#11B8A6

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

Shades of Light Sea Green #11B8A6

Tints of Light Sea Green #11B8A6

Color information

#11B8A6 (or 0x11B8A6) is unknown color: approx Light Sea Green. HEX triplet: 11, B8 and A6. RGB value is (17,184,166). Sum of RGB (Red+Green+Blue) = 17+184+166=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #11B8A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B8A6 is #EE4759. Grayscale: #838383. Windows color (decimal): -15615834 or 10926097. OLE color: 10926097.

HSL color Cylindrical-coordinate representation of color #11B8A6: hue angle of 173.53º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B8A6 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB17184166-
CMYK0.9100.100.28
HSL173.53º83.08%39.41%-
HSV(B)173.53º90.76%72.16%-
XYZ24.2537.1541.97-
YUV132.01147.1745.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.63%
GREEN value IS 184 (72.27% from 255) = 50.14%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=4.63%
G=50.14%
B=45.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171841660.9100.100.28173.5383.0839.41
Hex11B8A65B0A1Cae5327
Octal212702461330123425612347
Binary10001101110001010011010110110101011100101011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,184,166); }

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

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

 a { background-color: rgb(17,184,166); }

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

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

 span { border-color: rgb(17,184,166); }

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