Shades of Light Sea Green #12C2A6
Tints of Light Sea Green #12C2A6
RGB
CMYK
RGB Variations
Color information
#12C2A6 (or 0x12C2A6) is known color: Light Sea Green. HEX triplet: 12, C2 and A6. RGB value is (18,194,166). Sum of RGB (Red+Green+Blue) = 18+194+166=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #12C2A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C2A6 is #ED3D59. Grayscale: #8A8A8A. Windows color (decimal): -15547738 or 10928658. OLE color: 10928658.
HSL color Cylindrical-coordinate representation of color #12C2A6: hue angle of 170.45º 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 #12C2A6 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 166 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.24 |
| HSL | 170.45º | 0.83% | 0.42% | - |
| HSV(B) | 170.45º | 0.91% | 0.76% | - |
| XYZ | 26.42 | 41.47 | 42.69 | - |
| YUV | 138.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 166 | 0.91 | 0 | 0.14 | 0.24 | 170.45 | 0.83 | 0.42 |
| Hex | 12 | C2 | A6 | 5B | 0 | E | 18 | AA | 53 | 2A |
| Octal | 22 | 302 | 246 | 133 | 0 | 16 | 30 | 252 | 123 | 52 |
| Binary | 10010 | 11000010 | 10100110 | 1011011 | 0 | 1110 | 11000 | 10101010 | 1010011 | 101010 |
Color Harmonies of #12C2A6
Complementary color
Monochromatic Colors of #12C2A6
Black with #12C2A6
Text Example
Text Example
White with #12C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C2A6; }
p { color: rgb(18,194,166); }
H1.HeaderClassName
{
color: #12C2A6;
}
.AnyTagClassName
{
color: #12C2A6;
}
</style>
background-color css
<style>
a { background-color: #12C2A6; }
a { background-color: rgb(18,194,166); }
div.DivClassName
{
background-color: #12C2A6;
}
.BgClassName
{
background-color: #12C2A6;
}
</style>
border-color css
<style>
span { border-color: #12C2A6; }
span { border-color: rgb(18,194,166); }
td.TdClassName
{
border-color: #12C2A6;
}
.TagClassName
{
border-color: #12C2A6;
}
</style>