Shades of Light Sea Green #12C4AF
Tints of Light Sea Green #12C4AF
RGB
CMYK
RGB Variations
Color information
#12C4AF (or 0x12C4AF) is known color: Light Sea Green. HEX triplet: 12, C4 and AF. RGB value is (18,196,175). Sum of RGB (Red+Green+Blue) = 18+196+175=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #12C4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C4AF is #ED3B50. Grayscale: #8C8C8C. Windows color (decimal): -15547217 or 11518994. OLE color: 11518994.
HSL color Cylindrical-coordinate representation of color #12C4AF: hue angle of 172.92º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C4AF is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 175 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.23 |
| HSL | 172.92º | 0.83% | 0.42% | - |
| HSV(B) | 172.92º | 0.91% | 0.77% | - |
| XYZ | 27.73 | 42.7 | 47.34 | - |
| YUV | 140.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 175 | 0.91 | 0 | 0.11 | 0.23 | 172.92 | 0.83 | 0.42 |
| Hex | 12 | C4 | AF | 5B | 0 | B | 17 | AD | 53 | 2A |
| Octal | 22 | 304 | 257 | 133 | 0 | 13 | 27 | 255 | 123 | 52 |
| Binary | 10010 | 11000100 | 10101111 | 1011011 | 0 | 1011 | 10111 | 10101101 | 1010011 | 101010 |
Color Harmonies of #12C4AF
Complementary color
Monochromatic Colors of #12C4AF
Black with #12C4AF
Text Example
Text Example
White with #12C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C4AF; }
p { color: rgb(18,196,175); }
H1.HeaderClassName
{
color: #12C4AF;
}
.AnyTagClassName
{
color: #12C4AF;
}
</style>
background-color css
<style>
a { background-color: #12C4AF; }
a { background-color: rgb(18,196,175); }
div.DivClassName
{
background-color: #12C4AF;
}
.BgClassName
{
background-color: #12C4AF;
}
</style>
border-color css
<style>
span { border-color: #12C4AF; }
span { border-color: rgb(18,196,175); }
td.TdClassName
{
border-color: #12C4AF;
}
.TagClassName
{
border-color: #12C4AF;
}
</style>