Shades of Light Sea Green #14BFAA
Tints of Light Sea Green #14BFAA
RGB
CMYK
RGB Variations
Color information
#14BFAA (or 0x14BFAA) is known color: Light Sea Green. HEX triplet: 14, BF and AA. RGB value is (20,191,170). Sum of RGB (Red+Green+Blue) = 20+191+170=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BFAA is #EB4055. Grayscale: #898989. Windows color (decimal): -15417430 or 11190036. OLE color: 11190036.
HSL color Cylindrical-coordinate representation of color #14BFAA: hue angle of 172.63º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFAA is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 170 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.25 |
| HSL | 172.63º | 0.81% | 0.41% | - |
| HSV(B) | 172.63º | 0.9% | 0.75% | - |
| XYZ | 26.18 | 40.31 | 44.43 | - |
| YUV | 137.48 | 146.35 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 170 | 0.90 | 0 | 0.11 | 0.25 | 172.63 | 0.81 | 0.41 |
| Hex | 14 | BF | AA | 5A | 0 | B | 19 | AD | 51 | 29 |
| Octal | 24 | 277 | 252 | 132 | 0 | 13 | 31 | 255 | 121 | 51 |
| Binary | 10100 | 10111111 | 10101010 | 1011010 | 0 | 1011 | 11001 | 10101101 | 1010001 | 101001 |
Color Harmonies of #14BFAA
Complementary color
Monochromatic Colors of #14BFAA
Black with #14BFAA
Text Example
Text Example
White with #14BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFAA; }
p { color: rgb(20,191,170); }
H1.HeaderClassName
{
color: #14BFAA;
}
.AnyTagClassName
{
color: #14BFAA;
}
</style>
background-color css
<style>
a { background-color: #14BFAA; }
a { background-color: rgb(20,191,170); }
div.DivClassName
{
background-color: #14BFAA;
}
.BgClassName
{
background-color: #14BFAA;
}
</style>
border-color css
<style>
span { border-color: #14BFAA; }
span { border-color: rgb(20,191,170); }
td.TdClassName
{
border-color: #14BFAA;
}
.TagClassName
{
border-color: #14BFAA;
}
</style>