Shades of Light Sea Green #14BAAA
Tints of Light Sea Green #14BAAA
RGB
CMYK
RGB Variations
Color information
#14BAAA (or 0x14BAAA) is known color: Light Sea Green. HEX triplet: 14, BA and AA. RGB value is (20,186,170). Sum of RGB (Red+Green+Blue) = 20+186+170=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BAAA is #EB4555. Grayscale: #868686. Windows color (decimal): -15418710 or 11188756. OLE color: 11188756.
HSL color Cylindrical-coordinate representation of color #14BAAA: hue angle of 174.22º 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 #14BAAA is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 170 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.27 |
| HSL | 174.22º | 0.81% | 0.4% | - |
| HSV(B) | 174.22º | 0.89% | 0.73% | - |
| XYZ | 25.1 | 38.17 | 44.07 | - |
| YUV | 134.54 | 148 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 170 | 0.89 | 0 | 0.09 | 0.27 | 174.22 | 0.81 | 0.4 |
| Hex | 14 | BA | AA | 59 | 0 | 9 | 1B | AE | 51 | 28 |
| Octal | 24 | 272 | 252 | 131 | 0 | 11 | 33 | 256 | 121 | 50 |
| Binary | 10100 | 10111010 | 10101010 | 1011001 | 0 | 1001 | 11011 | 10101110 | 1010001 | 101000 |
Color Harmonies of #14BAAA
Complementary color
Monochromatic Colors of #14BAAA
Black with #14BAAA
Text Example
Text Example
White with #14BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BAAA; }
p { color: rgb(20,186,170); }
H1.HeaderClassName
{
color: #14BAAA;
}
.AnyTagClassName
{
color: #14BAAA;
}
</style>
background-color css
<style>
a { background-color: #14BAAA; }
a { background-color: rgb(20,186,170); }
div.DivClassName
{
background-color: #14BAAA;
}
.BgClassName
{
background-color: #14BAAA;
}
</style>
border-color css
<style>
span { border-color: #14BAAA; }
span { border-color: rgb(20,186,170); }
td.TdClassName
{
border-color: #14BAAA;
}
.TagClassName
{
border-color: #14BAAA;
}
</style>