Shades of Light Sea Green #11B8AF
Tints of Light Sea Green #11B8AF
RGB
CMYK
RGB Variations
Color information
#11B8AF (or 0x11B8AF) is known color: Light Sea Green. HEX triplet: 11, B8 and AF. RGB value is (17,184,175). Sum of RGB (Red+Green+Blue) = 17+184+175=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #11B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B8AF is #EE4750. Grayscale: #848484. Windows color (decimal): -15615825 or 11515921. OLE color: 11515921.
HSL color Cylindrical-coordinate representation of color #11B8AF: hue angle of 176.77º 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 #11B8AF is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 175 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.28 |
| HSL | 176.77º | 0.83% | 0.39% | - |
| HSV(B) | 176.77º | 0.91% | 0.72% | - |
| XYZ | 25.11 | 37.5 | 46.47 | - |
| YUV | 133.04 | 151.67 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 175 | 0.91 | 0 | 0.05 | 0.28 | 176.77 | 0.83 | 0.39 |
| Hex | 11 | B8 | AF | 5B | 0 | 5 | 1C | B1 | 53 | 27 |
| Octal | 21 | 270 | 257 | 133 | 0 | 5 | 34 | 261 | 123 | 47 |
| Binary | 10001 | 10111000 | 10101111 | 1011011 | 0 | 101 | 11100 | 10110001 | 1010011 | 100111 |
Color Harmonies of #11B8AF
Complementary color
Monochromatic Colors of #11B8AF
Black with #11B8AF
Text Example
Text Example
White with #11B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B8AF; }
p { color: rgb(17,184,175); }
H1.HeaderClassName
{
color: #11B8AF;
}
.AnyTagClassName
{
color: #11B8AF;
}
</style>
background-color css
<style>
a { background-color: #11B8AF; }
a { background-color: rgb(17,184,175); }
div.DivClassName
{
background-color: #11B8AF;
}
.BgClassName
{
background-color: #11B8AF;
}
</style>
border-color css
<style>
span { border-color: #11B8AF; }
span { border-color: rgb(17,184,175); }
td.TdClassName
{
border-color: #11B8AF;
}
.TagClassName
{
border-color: #11B8AF;
}
</style>