#11BC9F

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

Shades of Light Sea Green #11BC9F

Tints of Light Sea Green #11BC9F

Color information

#11BC9F (or 0x11BC9F) is unknown color: approx Light Sea Green. HEX triplet: 11, BC and 9F. RGB value is (17,188,159). Sum of RGB (Red+Green+Blue) = 17+188+159=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC9F is #EE4360. Grayscale: #858585. Windows color (decimal): -15614817 or 10468369. OLE color: 10468369.

HSL color Cylindrical-coordinate representation of color #11BC9F: hue angle of 169.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC9F is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB17188159-
CMYK0.9100.150.26
HSL169.82º83.41%40.2%-
HSV(B)169.82º90.96%73.73%-
XYZ24.4738.5938.96-
YUV133.56142.3544.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.67%
GREEN value IS 188 (73.83% from 255) = 51.65%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=4.67%
G=51.65%
B=43.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171881590.9100.150.26169.8283.4140.2
Hex11BC9F5B0F1Aaa5328
Octal212742371330173225212350
Binary10001101111001001111110110110111111010101010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,188,159); }

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

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

 a { background-color: rgb(17,188,159); }

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

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

 span { border-color: rgb(17,188,159); }

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