Shades of Light Sea Green #11AFB6
Tints of Light Sea Green #11AFB6
RGB
CMYK
RGB Variations
Color information
#11AFB6 (or 0x11AFB6) is known color: Light Sea Green. HEX triplet: 11, AF and B6. RGB value is (17,175,182). Sum of RGB (Red+Green+Blue) = 17+175+182=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #11AFB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFB6 is #EE5049. Grayscale: #808080. Windows color (decimal): -15618122 or 11972369. OLE color: 11972369.
HSL color Cylindrical-coordinate representation of color #11AFB6: hue angle of 182.55º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AFB6 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 175 | 182 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.29 |
| HSL | 182.55º | 0.83% | 0.39% | - |
| HSV(B) | 182.55º | 0.91% | 0.71% | - |
| XYZ | 24 | 34.16 | 49.58 | - |
| YUV | 128.56 | 158.15 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 182 | 0.91 | 0.04 | 0 | 0.29 | 182.55 | 0.83 | 0.39 |
| Hex | 11 | AF | B6 | 5B | 4 | 0 | 1D | B7 | 53 | 27 |
| Octal | 21 | 257 | 266 | 133 | 4 | 0 | 35 | 267 | 123 | 47 |
| Binary | 10001 | 10101111 | 10110110 | 1011011 | 100 | 0 | 11101 | 10110111 | 1010011 | 100111 |
Color Harmonies of #11AFB6
Complementary color
Monochromatic Colors of #11AFB6
Black with #11AFB6
Text Example
Text Example
White with #11AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFB6; }
p { color: rgb(17,175,182); }
H1.HeaderClassName
{
color: #11AFB6;
}
.AnyTagClassName
{
color: #11AFB6;
}
</style>
background-color css
<style>
a { background-color: #11AFB6; }
a { background-color: rgb(17,175,182); }
div.DivClassName
{
background-color: #11AFB6;
}
.BgClassName
{
background-color: #11AFB6;
}
</style>
border-color css
<style>
span { border-color: #11AFB6; }
span { border-color: rgb(17,175,182); }
td.TdClassName
{
border-color: #11AFB6;
}
.TagClassName
{
border-color: #11AFB6;
}
</style>