Shades of Light Sea Green #11C8AF
Tints of Light Sea Green #11C8AF
RGB
CMYK
RGB Variations
Color information
#11C8AF (or 0x11C8AF) is known color: Light Sea Green. HEX triplet: 11, C8 and AF. RGB value is (17,200,175). Sum of RGB (Red+Green+Blue) = 17+200+175=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #11C8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C8AF is #EE3750. Grayscale: #8E8E8E. Windows color (decimal): -15611729 or 11520017. OLE color: 11520017.
HSL color Cylindrical-coordinate representation of color #11C8AF: hue angle of 171.8º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C8AF is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 200 | 175 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.22 |
| HSL | 171.8º | 0.84% | 0.43% | - |
| HSV(B) | 171.8º | 0.92% | 0.78% | - |
| XYZ | 28.62 | 44.52 | 47.64 | - |
| YUV | 142.43 | 146.37 | 38.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 175 | 0.92 | 0 | 0.12 | 0.22 | 171.8 | 0.84 | 0.43 |
| Hex | 11 | C8 | AF | 5C | 0 | C | 16 | AC | 54 | 2B |
| Octal | 21 | 310 | 257 | 134 | 0 | 14 | 26 | 254 | 124 | 53 |
| Binary | 10001 | 11001000 | 10101111 | 1011100 | 0 | 1100 | 10110 | 10101100 | 1010100 | 101011 |
Color Harmonies of #11C8AF
Complementary color
Monochromatic Colors of #11C8AF
Black with #11C8AF
Text Example
Text Example
White with #11C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C8AF; }
p { color: rgb(17,200,175); }
H1.HeaderClassName
{
color: #11C8AF;
}
.AnyTagClassName
{
color: #11C8AF;
}
</style>
background-color css
<style>
a { background-color: #11C8AF; }
a { background-color: rgb(17,200,175); }
div.DivClassName
{
background-color: #11C8AF;
}
.BgClassName
{
background-color: #11C8AF;
}
</style>
border-color css
<style>
span { border-color: #11C8AF; }
span { border-color: rgb(17,200,175); }
td.TdClassName
{
border-color: #11C8AF;
}
.TagClassName
{
border-color: #11C8AF;
}
</style>