Shades of Light Sea Green #14BDAA
Tints of Light Sea Green #14BDAA
RGB
CMYK
RGB Variations
Color information
#14BDAA (or 0x14BDAA) is known color: Light Sea Green. HEX triplet: 14, BD and AA. RGB value is (20,189,170). Sum of RGB (Red+Green+Blue) = 20+189+170=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #14BDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BDAA is #EB4255. Grayscale: #888888. Windows color (decimal): -15417942 or 11189524. OLE color: 11189524.
HSL color Cylindrical-coordinate representation of color #14BDAA: hue angle of 173.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BDAA is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 170 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.26 |
| HSL | 173.25º | 0.81% | 0.41% | - |
| HSV(B) | 173.25º | 0.89% | 0.74% | - |
| XYZ | 25.74 | 39.45 | 44.29 | - |
| YUV | 136.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 170 | 0.89 | 0 | 0.10 | 0.26 | 173.25 | 0.81 | 0.41 |
| Hex | 14 | BD | AA | 59 | 0 | A | 1A | AD | 51 | 29 |
| Octal | 24 | 275 | 252 | 131 | 0 | 12 | 32 | 255 | 121 | 51 |
| Binary | 10100 | 10111101 | 10101010 | 1011001 | 0 | 1010 | 11010 | 10101101 | 1010001 | 101001 |
Color Harmonies of #14BDAA
Complementary color
Monochromatic Colors of #14BDAA
Black with #14BDAA
Text Example
Text Example
White with #14BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDAA; }
p { color: rgb(20,189,170); }
H1.HeaderClassName
{
color: #14BDAA;
}
.AnyTagClassName
{
color: #14BDAA;
}
</style>
background-color css
<style>
a { background-color: #14BDAA; }
a { background-color: rgb(20,189,170); }
div.DivClassName
{
background-color: #14BDAA;
}
.BgClassName
{
background-color: #14BDAA;
}
</style>
border-color css
<style>
span { border-color: #14BDAA; }
span { border-color: rgb(20,189,170); }
td.TdClassName
{
border-color: #14BDAA;
}
.TagClassName
{
border-color: #14BDAA;
}
</style>