Shades of Light Sea Green #14B6A9
Tints of Light Sea Green #14B6A9
RGB
CMYK
RGB Variations
Color information
#14B6A9 (or 0x14B6A9) is known color: Light Sea Green. HEX triplet: 14, B6 and A9. RGB value is (20,182,169). Sum of RGB (Red+Green+Blue) = 20+182+169=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #14B6A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B6A9 is #EB4956. Grayscale: #838383. Windows color (decimal): -15419735 or 11122196. OLE color: 11122196.
HSL color Cylindrical-coordinate representation of color #14B6A9: hue angle of 175.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B6A9 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 182 | 169 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.29 |
| HSL | 175.19º | 0.8% | 0.4% | - |
| HSV(B) | 175.19º | 0.89% | 0.71% | - |
| XYZ | 24.18 | 36.47 | 43.3 | - |
| YUV | 132.08 | 148.83 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 182 | 169 | 0.89 | 0 | 0.07 | 0.29 | 175.19 | 0.8 | 0.4 |
| Hex | 14 | B6 | A9 | 59 | 0 | 7 | 1D | AF | 50 | 28 |
| Octal | 24 | 266 | 251 | 131 | 0 | 7 | 35 | 257 | 120 | 50 |
| Binary | 10100 | 10110110 | 10101001 | 1011001 | 0 | 111 | 11101 | 10101111 | 1010000 | 101000 |
Color Harmonies of #14B6A9
Complementary color
Monochromatic Colors of #14B6A9
Black with #14B6A9
Text Example
Text Example
White with #14B6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B6A9; }
p { color: rgb(20,182,169); }
H1.HeaderClassName
{
color: #14B6A9;
}
.AnyTagClassName
{
color: #14B6A9;
}
</style>
background-color css
<style>
a { background-color: #14B6A9; }
a { background-color: rgb(20,182,169); }
div.DivClassName
{
background-color: #14B6A9;
}
.BgClassName
{
background-color: #14B6A9;
}
</style>
border-color css
<style>
span { border-color: #14B6A9; }
span { border-color: rgb(20,182,169); }
td.TdClassName
{
border-color: #14B6A9;
}
.TagClassName
{
border-color: #14B6A9;
}
</style>