Shades of Light Sea Green #12C2AC
Tints of Light Sea Green #12C2AC
RGB
CMYK
RGB Variations
Color information
#12C2AC (or 0x12C2AC) is known color: Light Sea Green. HEX triplet: 12, C2 and AC. RGB value is (18,194,172). Sum of RGB (Red+Green+Blue) = 18+194+172=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #12C2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C2AC is #ED3D53. Grayscale: #8A8A8A. Windows color (decimal): -15547732 or 11321874. OLE color: 11321874.
HSL color Cylindrical-coordinate representation of color #12C2AC: hue angle of 172.5º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C2AC is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 172 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.24 |
| HSL | 172.5º | 0.83% | 0.42% | - |
| HSV(B) | 172.5º | 0.91% | 0.76% | - |
| XYZ | 26.99 | 41.69 | 45.65 | - |
| YUV | 138.87 | 146.69 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 172 | 0.91 | 0 | 0.11 | 0.24 | 172.5 | 0.83 | 0.42 |
| Hex | 12 | C2 | AC | 5B | 0 | B | 18 | AC | 53 | 2A |
| Octal | 22 | 302 | 254 | 133 | 0 | 13 | 30 | 254 | 123 | 52 |
| Binary | 10010 | 11000010 | 10101100 | 1011011 | 0 | 1011 | 11000 | 10101100 | 1010011 | 101010 |
Color Harmonies of #12C2AC
Complementary color
Monochromatic Colors of #12C2AC
Black with #12C2AC
Text Example
Text Example
White with #12C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C2AC; }
p { color: rgb(18,194,172); }
H1.HeaderClassName
{
color: #12C2AC;
}
.AnyTagClassName
{
color: #12C2AC;
}
</style>
background-color css
<style>
a { background-color: #12C2AC; }
a { background-color: rgb(18,194,172); }
div.DivClassName
{
background-color: #12C2AC;
}
.BgClassName
{
background-color: #12C2AC;
}
</style>
border-color css
<style>
span { border-color: #12C2AC; }
span { border-color: rgb(18,194,172); }
td.TdClassName
{
border-color: #12C2AC;
}
.TagClassName
{
border-color: #12C2AC;
}
</style>