Shades of Light Sea Green #14BAA0
Tints of Light Sea Green #14BAA0
RGB
CMYK
RGB Variations
Color information
#14BAA0 (or 0x14BAA0) is known color: Light Sea Green. HEX triplet: 14, BA and A0. RGB value is (20,186,160). Sum of RGB (Red+Green+Blue) = 20+186+160=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BAA0 is #EB455F. Grayscale: #858585. Windows color (decimal): -15418720 or 10533396. OLE color: 10533396.
HSL color Cylindrical-coordinate representation of color #14BAA0: hue angle of 170.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BAA0 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 160 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.27 |
| HSL | 170.6º | 0.81% | 0.4% | - |
| HSV(B) | 170.6º | 0.89% | 0.73% | - |
| XYZ | 24.19 | 37.8 | 39.28 | - |
| YUV | 133.4 | 143 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 160 | 0.89 | 0 | 0.14 | 0.27 | 170.6 | 0.81 | 0.4 |
| Hex | 14 | BA | A0 | 59 | 0 | E | 1B | AB | 51 | 28 |
| Octal | 24 | 272 | 240 | 131 | 0 | 16 | 33 | 253 | 121 | 50 |
| Binary | 10100 | 10111010 | 10100000 | 1011001 | 0 | 1110 | 11011 | 10101011 | 1010001 | 101000 |
Color Harmonies of #14BAA0
Complementary color
Monochromatic Colors of #14BAA0
Black with #14BAA0
Text Example
Text Example
White with #14BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BAA0; }
p { color: rgb(20,186,160); }
H1.HeaderClassName
{
color: #14BAA0;
}
.AnyTagClassName
{
color: #14BAA0;
}
</style>
background-color css
<style>
a { background-color: #14BAA0; }
a { background-color: rgb(20,186,160); }
div.DivClassName
{
background-color: #14BAA0;
}
.BgClassName
{
background-color: #14BAA0;
}
</style>
border-color css
<style>
span { border-color: #14BAA0; }
span { border-color: rgb(20,186,160); }
td.TdClassName
{
border-color: #14BAA0;
}
.TagClassName
{
border-color: #14BAA0;
}
</style>