Shades of Light Sea Green #12C0AA
Tints of Light Sea Green #12C0AA
RGB
CMYK
RGB Variations
Color information
#12C0AA (or 0x12C0AA) is known color: Light Sea Green. HEX triplet: 12, C0 and AA. RGB value is (18,192,170). Sum of RGB (Red+Green+Blue) = 18+192+170=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #12C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C0AA is #ED3F55. Grayscale: #898989. Windows color (decimal): -15548246 or 11190290. OLE color: 11190290.
HSL color Cylindrical-coordinate representation of color #12C0AA: hue angle of 172.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C0AA is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 170 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.25 |
| HSL | 172.41º | 0.83% | 0.41% | - |
| HSV(B) | 172.41º | 0.91% | 0.75% | - |
| XYZ | 26.35 | 40.73 | 44.5 | - |
| YUV | 137.47 | 146.35 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 170 | 0.91 | 0 | 0.11 | 0.25 | 172.41 | 0.83 | 0.41 |
| Hex | 12 | C0 | AA | 5B | 0 | B | 19 | AC | 53 | 29 |
| Octal | 22 | 300 | 252 | 133 | 0 | 13 | 31 | 254 | 123 | 51 |
| Binary | 10010 | 11000000 | 10101010 | 1011011 | 0 | 1011 | 11001 | 10101100 | 1010011 | 101001 |
Color Harmonies of #12C0AA
Complementary color
Monochromatic Colors of #12C0AA
Black with #12C0AA
Text Example
Text Example
White with #12C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C0AA; }
p { color: rgb(18,192,170); }
H1.HeaderClassName
{
color: #12C0AA;
}
.AnyTagClassName
{
color: #12C0AA;
}
</style>
background-color css
<style>
a { background-color: #12C0AA; }
a { background-color: rgb(18,192,170); }
div.DivClassName
{
background-color: #12C0AA;
}
.BgClassName
{
background-color: #12C0AA;
}
</style>
border-color css
<style>
span { border-color: #12C0AA; }
span { border-color: rgb(18,192,170); }
td.TdClassName
{
border-color: #12C0AA;
}
.TagClassName
{
border-color: #12C0AA;
}
</style>