Shades of Light Sea Green #14B7A4
Tints of Light Sea Green #14B7A4
RGB
CMYK
RGB Variations
Color information
#14B7A4 (or 0x14B7A4) is known color: Light Sea Green. HEX triplet: 14, B7 and A4. RGB value is (20,183,164). Sum of RGB (Red+Green+Blue) = 20+183+164=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #14B7A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B7A4 is #EB485B. Grayscale: #848484. Windows color (decimal): -15419484 or 10794772. OLE color: 10794772.
HSL color Cylindrical-coordinate representation of color #14B7A4: hue angle of 173.01º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B7A4 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 164 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.28 |
| HSL | 173.01º | 0.8% | 0.4% | - |
| HSV(B) | 173.01º | 0.89% | 0.72% | - |
| XYZ | 23.92 | 36.7 | 40.94 | - |
| YUV | 132.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 164 | 0.89 | 0 | 0.10 | 0.28 | 173.01 | 0.8 | 0.4 |
| Hex | 14 | B7 | A4 | 59 | 0 | A | 1C | AD | 50 | 28 |
| Octal | 24 | 267 | 244 | 131 | 0 | 12 | 34 | 255 | 120 | 50 |
| Binary | 10100 | 10110111 | 10100100 | 1011001 | 0 | 1010 | 11100 | 10101101 | 1010000 | 101000 |
Color Harmonies of #14B7A4
Complementary color
Monochromatic Colors of #14B7A4
Black with #14B7A4
Text Example
Text Example
White with #14B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B7A4; }
p { color: rgb(20,183,164); }
H1.HeaderClassName
{
color: #14B7A4;
}
.AnyTagClassName
{
color: #14B7A4;
}
</style>
background-color css
<style>
a { background-color: #14B7A4; }
a { background-color: rgb(20,183,164); }
div.DivClassName
{
background-color: #14B7A4;
}
.BgClassName
{
background-color: #14B7A4;
}
</style>
border-color css
<style>
span { border-color: #14B7A4; }
span { border-color: rgb(20,183,164); }
td.TdClassName
{
border-color: #14B7A4;
}
.TagClassName
{
border-color: #14B7A4;
}
</style>