Shades of Light Sea Green #14C5AA
Tints of Light Sea Green #14C5AA
RGB
CMYK
RGB Variations
Color information
#14C5AA (or 0x14C5AA) is known color: Light Sea Green. HEX triplet: 14, C5 and AA. RGB value is (20,197,170). Sum of RGB (Red+Green+Blue) = 20+197+170=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #14C5AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C5AA is #EB3A55. Grayscale: #8C8C8C. Windows color (decimal): -15415894 or 11191572. OLE color: 11191572.
HSL color Cylindrical-coordinate representation of color #14C5AA: hue angle of 170.85º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C5AA is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 197 | 170 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.23 |
| HSL | 170.85º | 0.82% | 0.43% | - |
| HSV(B) | 170.85º | 0.9% | 0.77% | - |
| XYZ | 27.51 | 42.98 | 44.88 | - |
| YUV | 141 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 197 | 170 | 0.90 | 0 | 0.14 | 0.23 | 170.85 | 0.82 | 0.43 |
| Hex | 14 | C5 | AA | 5A | 0 | E | 17 | AB | 52 | 2B |
| Octal | 24 | 305 | 252 | 132 | 0 | 16 | 27 | 253 | 122 | 53 |
| Binary | 10100 | 11000101 | 10101010 | 1011010 | 0 | 1110 | 10111 | 10101011 | 1010010 | 101011 |
Color Harmonies of #14C5AA
Complementary color
Monochromatic Colors of #14C5AA
Black with #14C5AA
Text Example
Text Example
White with #14C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C5AA; }
p { color: rgb(20,197,170); }
H1.HeaderClassName
{
color: #14C5AA;
}
.AnyTagClassName
{
color: #14C5AA;
}
</style>
background-color css
<style>
a { background-color: #14C5AA; }
a { background-color: rgb(20,197,170); }
div.DivClassName
{
background-color: #14C5AA;
}
.BgClassName
{
background-color: #14C5AA;
}
</style>
border-color css
<style>
span { border-color: #14C5AA; }
span { border-color: rgb(20,197,170); }
td.TdClassName
{
border-color: #14C5AA;
}
.TagClassName
{
border-color: #14C5AA;
}
</style>