Shades of Light Sea Green #14B7AD
Tints of Light Sea Green #14B7AD
RGB
CMYK
RGB Variations
Color information
#14B7AD (or 0x14B7AD) is known color: Light Sea Green. HEX triplet: 14, B7 and AD. RGB value is (20,183,173). Sum of RGB (Red+Green+Blue) = 20+183+173=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #14B7AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B7AD is #EB4852. Grayscale: #858585. Windows color (decimal): -15419475 or 11384596. OLE color: 11384596.
HSL color Cylindrical-coordinate representation of color #14B7AD: hue angle of 176.32º 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 #14B7AD is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 173 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.28 |
| HSL | 176.32º | 0.8% | 0.4% | - |
| HSV(B) | 176.32º | 0.89% | 0.72% | - |
| XYZ | 24.76 | 37.03 | 45.38 | - |
| YUV | 133.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 173 | 0.89 | 0 | 0.05 | 0.28 | 176.32 | 0.8 | 0.4 |
| Hex | 14 | B7 | AD | 59 | 0 | 5 | 1C | B0 | 50 | 28 |
| Octal | 24 | 267 | 255 | 131 | 0 | 5 | 34 | 260 | 120 | 50 |
| Binary | 10100 | 10110111 | 10101101 | 1011001 | 0 | 101 | 11100 | 10110000 | 1010000 | 101000 |
Color Harmonies of #14B7AD
Complementary color
Monochromatic Colors of #14B7AD
Black with #14B7AD
Text Example
Text Example
White with #14B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B7AD; }
p { color: rgb(20,183,173); }
H1.HeaderClassName
{
color: #14B7AD;
}
.AnyTagClassName
{
color: #14B7AD;
}
</style>
background-color css
<style>
a { background-color: #14B7AD; }
a { background-color: rgb(20,183,173); }
div.DivClassName
{
background-color: #14B7AD;
}
.BgClassName
{
background-color: #14B7AD;
}
</style>
border-color css
<style>
span { border-color: #14B7AD; }
span { border-color: rgb(20,183,173); }
td.TdClassName
{
border-color: #14B7AD;
}
.TagClassName
{
border-color: #14B7AD;
}
</style>