Shades of Light Sea Green #14C2A8
Tints of Light Sea Green #14C2A8
RGB
CMYK
RGB Variations
Color information
#14C2A8 (or 0x14C2A8) is known color: Light Sea Green. HEX triplet: 14, C2 and A8. RGB value is (20,194,168). Sum of RGB (Red+Green+Blue) = 20+194+168=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C2A8 is #EB3D57. Grayscale: #8A8A8A. Windows color (decimal): -15416664 or 11059732. OLE color: 11059732.
HSL color Cylindrical-coordinate representation of color #14C2A8: hue angle of 171.03º 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 #14C2A8 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 168 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.24 |
| HSL | 171.03º | 0.81% | 0.42% | - |
| HSV(B) | 171.03º | 0.9% | 0.76% | - |
| XYZ | 26.65 | 41.56 | 43.66 | - |
| YUV | 139.01 | 144.35 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 168 | 0.90 | 0 | 0.13 | 0.24 | 171.03 | 0.81 | 0.42 |
| Hex | 14 | C2 | A8 | 5A | 0 | D | 18 | AB | 51 | 2A |
| Octal | 24 | 302 | 250 | 132 | 0 | 15 | 30 | 253 | 121 | 52 |
| Binary | 10100 | 11000010 | 10101000 | 1011010 | 0 | 1101 | 11000 | 10101011 | 1010001 | 101010 |
Color Harmonies of #14C2A8
Complementary color
Monochromatic Colors of #14C2A8
Black with #14C2A8
Text Example
Text Example
White with #14C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2A8; }
p { color: rgb(20,194,168); }
H1.HeaderClassName
{
color: #14C2A8;
}
.AnyTagClassName
{
color: #14C2A8;
}
</style>
background-color css
<style>
a { background-color: #14C2A8; }
a { background-color: rgb(20,194,168); }
div.DivClassName
{
background-color: #14C2A8;
}
.BgClassName
{
background-color: #14C2A8;
}
</style>
border-color css
<style>
span { border-color: #14C2A8; }
span { border-color: rgb(20,194,168); }
td.TdClassName
{
border-color: #14C2A8;
}
.TagClassName
{
border-color: #14C2A8;
}
</style>