Shades of Light Sea Green #14BDAB
Tints of Light Sea Green #14BDAB
RGB
CMYK
RGB Variations
Color information
#14BDAB (or 0x14BDAB) is known color: Light Sea Green. HEX triplet: 14, BD and AB. RGB value is (20,189,171). Sum of RGB (Red+Green+Blue) = 20+189+171=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #14BDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BDAB is #EB4254. Grayscale: #888888. Windows color (decimal): -15417941 or 11255060. OLE color: 11255060.
HSL color Cylindrical-coordinate representation of color #14BDAB: hue angle of 173.61º 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 #14BDAB is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 171 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.26 |
| HSL | 173.61º | 0.81% | 0.41% | - |
| HSV(B) | 173.61º | 0.89% | 0.74% | - |
| XYZ | 25.84 | 39.48 | 44.79 | - |
| YUV | 136.42 | 147.51 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 171 | 0.89 | 0 | 0.10 | 0.26 | 173.61 | 0.81 | 0.41 |
| Hex | 14 | BD | AB | 59 | 0 | A | 1A | AE | 51 | 29 |
| Octal | 24 | 275 | 253 | 131 | 0 | 12 | 32 | 256 | 121 | 51 |
| Binary | 10100 | 10111101 | 10101011 | 1011001 | 0 | 1010 | 11010 | 10101110 | 1010001 | 101001 |
Color Harmonies of #14BDAB
Complementary color
Monochromatic Colors of #14BDAB
Black with #14BDAB
Text Example
Text Example
White with #14BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDAB; }
p { color: rgb(20,189,171); }
H1.HeaderClassName
{
color: #14BDAB;
}
.AnyTagClassName
{
color: #14BDAB;
}
</style>
background-color css
<style>
a { background-color: #14BDAB; }
a { background-color: rgb(20,189,171); }
div.DivClassName
{
background-color: #14BDAB;
}
.BgClassName
{
background-color: #14BDAB;
}
</style>
border-color css
<style>
span { border-color: #14BDAB; }
span { border-color: rgb(20,189,171); }
td.TdClassName
{
border-color: #14BDAB;
}
.TagClassName
{
border-color: #14BDAB;
}
</style>