Shades of Light Sea Green #14C4A5
Tints of Light Sea Green #14C4A5
RGB
CMYK
RGB Variations
Color information
#14C4A5 (or 0x14C4A5) is known color: Light Sea Green. HEX triplet: 14, C4 and A5. RGB value is (20,196,165). Sum of RGB (Red+Green+Blue) = 20+196+165=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #14C4A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C4A5 is #EB3B5A. Grayscale: #8B8B8B. Windows color (decimal): -15416155 or 10863636. OLE color: 10863636.
HSL color Cylindrical-coordinate representation of color #14C4A5: hue angle of 169.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C4A5 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 165 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.23 |
| HSL | 169.43º | 0.81% | 0.42% | - |
| HSV(B) | 169.43º | 0.9% | 0.77% | - |
| XYZ | 26.82 | 42.35 | 42.36 | - |
| YUV | 139.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 165 | 0.90 | 0 | 0.16 | 0.23 | 169.43 | 0.81 | 0.42 |
| Hex | 14 | C4 | A5 | 5A | 0 | 10 | 17 | A9 | 51 | 2A |
| Octal | 24 | 304 | 245 | 132 | 0 | 20 | 27 | 251 | 121 | 52 |
| Binary | 10100 | 11000100 | 10100101 | 1011010 | 0 | 10000 | 10111 | 10101001 | 1010001 | 101010 |
Color Harmonies of #14C4A5
Complementary color
Monochromatic Colors of #14C4A5
Black with #14C4A5
Text Example
Text Example
White with #14C4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C4A5; }
p { color: rgb(20,196,165); }
H1.HeaderClassName
{
color: #14C4A5;
}
.AnyTagClassName
{
color: #14C4A5;
}
</style>
background-color css
<style>
a { background-color: #14C4A5; }
a { background-color: rgb(20,196,165); }
div.DivClassName
{
background-color: #14C4A5;
}
.BgClassName
{
background-color: #14C4A5;
}
</style>
border-color css
<style>
span { border-color: #14C4A5; }
span { border-color: rgb(20,196,165); }
td.TdClassName
{
border-color: #14C4A5;
}
.TagClassName
{
border-color: #14C4A5;
}
</style>