Shades of Light Sea Green #14BBAB
Tints of Light Sea Green #14BBAB
RGB
CMYK
RGB Variations
Color information
#14BBAB (or 0x14BBAB) is known color: Light Sea Green. HEX triplet: 14, BB and AB. RGB value is (20,187,171). Sum of RGB (Red+Green+Blue) = 20+187+171=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BBAB is #EB4454. Grayscale: #878787. Windows color (decimal): -15418453 or 11254548. OLE color: 11254548.
HSL color Cylindrical-coordinate representation of color #14BBAB: hue angle of 174.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BBAB is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 171 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.27 |
| HSL | 174.25º | 0.81% | 0.41% | - |
| HSV(B) | 174.25º | 0.89% | 0.73% | - |
| XYZ | 25.41 | 38.63 | 44.65 | - |
| YUV | 135.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 171 | 0.89 | 0 | 0.09 | 0.27 | 174.25 | 0.81 | 0.41 |
| Hex | 14 | BB | AB | 59 | 0 | 9 | 1B | AE | 51 | 29 |
| Octal | 24 | 273 | 253 | 131 | 0 | 11 | 33 | 256 | 121 | 51 |
| Binary | 10100 | 10111011 | 10101011 | 1011001 | 0 | 1001 | 11011 | 10101110 | 1010001 | 101001 |
Color Harmonies of #14BBAB
Complementary color
Monochromatic Colors of #14BBAB
Black with #14BBAB
Text Example
Text Example
White with #14BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBAB; }
p { color: rgb(20,187,171); }
H1.HeaderClassName
{
color: #14BBAB;
}
.AnyTagClassName
{
color: #14BBAB;
}
</style>
background-color css
<style>
a { background-color: #14BBAB; }
a { background-color: rgb(20,187,171); }
div.DivClassName
{
background-color: #14BBAB;
}
.BgClassName
{
background-color: #14BBAB;
}
</style>
border-color css
<style>
span { border-color: #14BBAB; }
span { border-color: rgb(20,187,171); }
td.TdClassName
{
border-color: #14BBAB;
}
.TagClassName
{
border-color: #14BBAB;
}
</style>