Shades of Light Sea Green #14BAAB
Tints of Light Sea Green #14BAAB
RGB
CMYK
RGB Variations
Color information
#14BAAB (or 0x14BAAB) is known color: Light Sea Green. HEX triplet: 14, BA and AB. RGB value is (20,186,171). Sum of RGB (Red+Green+Blue) = 20+186+171=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BAAB is #EB4554. Grayscale: #868686. Windows color (decimal): -15418709 or 11254292. OLE color: 11254292.
HSL color Cylindrical-coordinate representation of color #14BAAB: hue angle of 174.58º 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 #14BAAB is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 171 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.27 |
| HSL | 174.58º | 0.81% | 0.4% | - |
| HSV(B) | 174.58º | 0.89% | 0.73% | - |
| XYZ | 25.2 | 38.21 | 44.57 | - |
| YUV | 134.66 | 148.5 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 171 | 0.89 | 0 | 0.08 | 0.27 | 174.58 | 0.81 | 0.4 |
| Hex | 14 | BA | AB | 59 | 0 | 8 | 1B | AF | 51 | 28 |
| Octal | 24 | 272 | 253 | 131 | 0 | 10 | 33 | 257 | 121 | 50 |
| Binary | 10100 | 10111010 | 10101011 | 1011001 | 0 | 1000 | 11011 | 10101111 | 1010001 | 101000 |
Color Harmonies of #14BAAB
Complementary color
Monochromatic Colors of #14BAAB
Black with #14BAAB
Text Example
Text Example
White with #14BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BAAB; }
p { color: rgb(20,186,171); }
H1.HeaderClassName
{
color: #14BAAB;
}
.AnyTagClassName
{
color: #14BAAB;
}
</style>
background-color css
<style>
a { background-color: #14BAAB; }
a { background-color: rgb(20,186,171); }
div.DivClassName
{
background-color: #14BAAB;
}
.BgClassName
{
background-color: #14BAAB;
}
</style>
border-color css
<style>
span { border-color: #14BAAB; }
span { border-color: rgb(20,186,171); }
td.TdClassName
{
border-color: #14BAAB;
}
.TagClassName
{
border-color: #14BAAB;
}
</style>