Shades of Light Sea Green #11AFB5
Tints of Light Sea Green #11AFB5
RGB
CMYK
RGB Variations
Color information
#11AFB5 (or 0x11AFB5) is known color: Light Sea Green. HEX triplet: 11, AF and B5. RGB value is (17,175,181). Sum of RGB (Red+Green+Blue) = 17+175+181=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #11AFB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFB5 is #EE504A. Grayscale: #808080. Windows color (decimal): -15618123 or 11906833. OLE color: 11906833.
HSL color Cylindrical-coordinate representation of color #11AFB5: hue angle of 182.2º 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 #11AFB5 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 175 | 181 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.29 |
| HSL | 182.2º | 0.83% | 0.39% | - |
| HSV(B) | 182.2º | 0.91% | 0.71% | - |
| XYZ | 23.9 | 34.12 | 49.04 | - |
| YUV | 128.44 | 157.65 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 181 | 0.91 | 0.03 | 0 | 0.29 | 182.2 | 0.83 | 0.39 |
| Hex | 11 | AF | B5 | 5B | 3 | 0 | 1D | B6 | 53 | 27 |
| Octal | 21 | 257 | 265 | 133 | 3 | 0 | 35 | 266 | 123 | 47 |
| Binary | 10001 | 10101111 | 10110101 | 1011011 | 11 | 0 | 11101 | 10110110 | 1010011 | 100111 |
Color Harmonies of #11AFB5
Complementary color
Monochromatic Colors of #11AFB5
Black with #11AFB5
Text Example
Text Example
White with #11AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFB5; }
p { color: rgb(17,175,181); }
H1.HeaderClassName
{
color: #11AFB5;
}
.AnyTagClassName
{
color: #11AFB5;
}
</style>
background-color css
<style>
a { background-color: #11AFB5; }
a { background-color: rgb(17,175,181); }
div.DivClassName
{
background-color: #11AFB5;
}
.BgClassName
{
background-color: #11AFB5;
}
</style>
border-color css
<style>
span { border-color: #11AFB5; }
span { border-color: rgb(17,175,181); }
td.TdClassName
{
border-color: #11AFB5;
}
.TagClassName
{
border-color: #11AFB5;
}
</style>