Shades of Light Sea Green #14C2A2
Tints of Light Sea Green #14C2A2
RGB
CMYK
RGB Variations
Color information
#14C2A2 (or 0x14C2A2) is known color: Light Sea Green. HEX triplet: 14, C2 and A2. RGB value is (20,194,162). Sum of RGB (Red+Green+Blue) = 20+194+162=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C2A2 is #EB3D5D. Grayscale: #8A8A8A. Windows color (decimal): -15416670 or 10666516. OLE color: 10666516.
HSL color Cylindrical-coordinate representation of color #14C2A2: hue angle of 168.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C2A2 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 162 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.24 |
| HSL | 168.97º | 0.81% | 0.42% | - |
| HSV(B) | 168.97º | 0.9% | 0.76% | - |
| XYZ | 26.1 | 41.34 | 40.79 | - |
| YUV | 138.33 | 141.35 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 162 | 0.90 | 0 | 0.16 | 0.24 | 168.97 | 0.81 | 0.42 |
| Hex | 14 | C2 | A2 | 5A | 0 | 10 | 18 | A9 | 51 | 2A |
| Octal | 24 | 302 | 242 | 132 | 0 | 20 | 30 | 251 | 121 | 52 |
| Binary | 10100 | 11000010 | 10100010 | 1011010 | 0 | 10000 | 11000 | 10101001 | 1010001 | 101010 |
Color Harmonies of #14C2A2
Complementary color
Monochromatic Colors of #14C2A2
Black with #14C2A2
Text Example
Text Example
White with #14C2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2A2; }
p { color: rgb(20,194,162); }
H1.HeaderClassName
{
color: #14C2A2;
}
.AnyTagClassName
{
color: #14C2A2;
}
</style>
background-color css
<style>
a { background-color: #14C2A2; }
a { background-color: rgb(20,194,162); }
div.DivClassName
{
background-color: #14C2A2;
}
.BgClassName
{
background-color: #14C2A2;
}
</style>
border-color css
<style>
span { border-color: #14C2A2; }
span { border-color: rgb(20,194,162); }
td.TdClassName
{
border-color: #14C2A2;
}
.TagClassName
{
border-color: #14C2A2;
}
</style>