#11B0B3

Color #11B0B3 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #11B0B3

Tints of Light Sea Green #11B0B3

Color information

#11B0B3 (or 0x11B0B3) is unknown color: approx Light Sea Green. HEX triplet: 11, B0 and B3. RGB value is (17,176,179). Sum of RGB (Red+Green+Blue) = 17+176+179=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #11B0B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B0B3 is #EE4F4C. Grayscale: #808080. Windows color (decimal): -15617869 or 11776017. OLE color: 11776017.

HSL color Cylindrical-coordinate representation of color #11B0B3: hue angle of 181.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B0B3 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17176179-
CMYK0.910.0200.30
HSL181.11º82.65%38.43%-
HSV(B)181.11º90.5%70.2%-
XYZ23.8934.4248.03-
YUV128.8156.3248.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.57%
GREEN value IS 176 (69.14% from 255) = 47.31%
BLUE value IS 179 (70.31% from 255) = 48.12%
R=4.57%
G=47.31%
B=48.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171761790.910.0200.30181.1182.6538.43
Hex11B0B35B201Eb55326
Octal21260263133203626512346
Binary100011011000010110011101101110011110101101011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11B0B3; }

 p { color: rgb(17,176,179); }

 H1.HeaderClassName
 {
   color: #11B0B3;
 }
 .AnyTagClassName
 {
   color: #11B0B3;
 }
</style>
background-color css

<style>
 a { background-color: #11B0B3; }

 a { background-color: rgb(17,176,179); }

 div.DivClassName
 {
   background-color: #11B0B3;
 }
 .BgClassName
 {
   background-color: #11B0B3;
 }
</style>
border-color css

<style>
 span { border-color: #11B0B3; }

 span { border-color: rgb(17,176,179); }

 td.TdClassName
 {
   border-color: #11B0B3;
 }
 .TagClassName
 {
   border-color: #11B0B3;
 }
</style>