Shades of Light Sea Green #12C0AC
Tints of Light Sea Green #12C0AC
RGB
CMYK
RGB Variations
Color information
#12C0AC (or 0x12C0AC) is known color: Light Sea Green. HEX triplet: 12, C0 and AC. RGB value is (18,192,172). Sum of RGB (Red+Green+Blue) = 18+192+172=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #12C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C0AC is #ED3F53. Grayscale: #898989. Windows color (decimal): -15548244 or 11321362. OLE color: 11321362.
HSL color Cylindrical-coordinate representation of color #12C0AC: hue angle of 173.1º 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 #12C0AC is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 172 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.25 |
| HSL | 173.1º | 0.83% | 0.41% | - |
| HSV(B) | 173.1º | 0.91% | 0.75% | - |
| XYZ | 26.55 | 40.81 | 45.51 | - |
| YUV | 137.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 172 | 0.91 | 0 | 0.10 | 0.25 | 173.1 | 0.83 | 0.41 |
| Hex | 12 | C0 | AC | 5B | 0 | A | 19 | AD | 53 | 29 |
| Octal | 22 | 300 | 254 | 133 | 0 | 12 | 31 | 255 | 123 | 51 |
| Binary | 10010 | 11000000 | 10101100 | 1011011 | 0 | 1010 | 11001 | 10101101 | 1010011 | 101001 |
Color Harmonies of #12C0AC
Complementary color
Monochromatic Colors of #12C0AC
Black with #12C0AC
Text Example
Text Example
White with #12C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C0AC; }
p { color: rgb(18,192,172); }
H1.HeaderClassName
{
color: #12C0AC;
}
.AnyTagClassName
{
color: #12C0AC;
}
</style>
background-color css
<style>
a { background-color: #12C0AC; }
a { background-color: rgb(18,192,172); }
div.DivClassName
{
background-color: #12C0AC;
}
.BgClassName
{
background-color: #12C0AC;
}
</style>
border-color css
<style>
span { border-color: #12C0AC; }
span { border-color: rgb(18,192,172); }
td.TdClassName
{
border-color: #12C0AC;
}
.TagClassName
{
border-color: #12C0AC;
}
</style>