Shades of Light Sea Green #12C9AF
Tints of Light Sea Green #12C9AF
RGB
CMYK
RGB Variations
Color information
#12C9AF (or 0x12C9AF) is known color: Light Sea Green. HEX triplet: 12, C9 and AF. RGB value is (18,201,175). Sum of RGB (Red+Green+Blue) = 18+201+175=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #12C9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C9AF is #ED3650. Grayscale: #8F8F8F. Windows color (decimal): -15545937 or 11520274. OLE color: 11520274.
HSL color Cylindrical-coordinate representation of color #12C9AF: hue angle of 171.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C9AF is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 175 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.21 |
| HSL | 171.48º | 0.84% | 0.43% | - |
| HSV(B) | 171.48º | 0.91% | 0.79% | - |
| XYZ | 28.87 | 45 | 47.72 | - |
| YUV | 143.32 | 145.87 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 175 | 0.91 | 0 | 0.13 | 0.21 | 171.48 | 0.84 | 0.43 |
| Hex | 12 | C9 | AF | 5B | 0 | D | 15 | AB | 54 | 2B |
| Octal | 22 | 311 | 257 | 133 | 0 | 15 | 25 | 253 | 124 | 53 |
| Binary | 10010 | 11001001 | 10101111 | 1011011 | 0 | 1101 | 10101 | 10101011 | 1010100 | 101011 |
Color Harmonies of #12C9AF
Complementary color
Monochromatic Colors of #12C9AF
Black with #12C9AF
Text Example
Text Example
White with #12C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C9AF; }
p { color: rgb(18,201,175); }
H1.HeaderClassName
{
color: #12C9AF;
}
.AnyTagClassName
{
color: #12C9AF;
}
</style>
background-color css
<style>
a { background-color: #12C9AF; }
a { background-color: rgb(18,201,175); }
div.DivClassName
{
background-color: #12C9AF;
}
.BgClassName
{
background-color: #12C9AF;
}
</style>
border-color css
<style>
span { border-color: #12C9AF; }
span { border-color: rgb(18,201,175); }
td.TdClassName
{
border-color: #12C9AF;
}
.TagClassName
{
border-color: #12C9AF;
}
</style>