Shades of Light Sea Green #14ABA8
Tints of Light Sea Green #14ABA8
RGB
CMYK
RGB Variations
Color information
#14ABA8 (or 0x14ABA8) is known color: Light Sea Green. HEX triplet: 14, AB and A8. RGB value is (20,171,168). Sum of RGB (Red+Green+Blue) = 20+171+168=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #14ABA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ABA8 is #EB5457. Grayscale: #7D7D7D. Windows color (decimal): -15422552 or 11053844. OLE color: 11053844.
HSL color Cylindrical-coordinate representation of color #14ABA8: hue angle of 178.81º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14ABA8 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 168 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.33 |
| HSL | 178.81º | 0.79% | 0.37% | - |
| HSV(B) | 178.81º | 0.88% | 0.67% | - |
| XYZ | 21.92 | 32.1 | 42.09 | - |
| YUV | 125.51 | 151.97 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 168 | 0.88 | 0 | 0.02 | 0.33 | 178.81 | 0.79 | 0.37 |
| Hex | 14 | AB | A8 | 58 | 0 | 2 | 21 | B3 | 4F | 25 |
| Octal | 24 | 253 | 250 | 130 | 0 | 2 | 41 | 263 | 117 | 45 |
| Binary | 10100 | 10101011 | 10101000 | 1011000 | 0 | 10 | 100001 | 10110011 | 1001111 | 100101 |
Color Harmonies of #14ABA8
Complementary color
Monochromatic Colors of #14ABA8
Black with #14ABA8
Text Example
Text Example
White with #14ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABA8; }
p { color: rgb(20,171,168); }
H1.HeaderClassName
{
color: #14ABA8;
}
.AnyTagClassName
{
color: #14ABA8;
}
</style>
background-color css
<style>
a { background-color: #14ABA8; }
a { background-color: rgb(20,171,168); }
div.DivClassName
{
background-color: #14ABA8;
}
.BgClassName
{
background-color: #14ABA8;
}
</style>
border-color css
<style>
span { border-color: #14ABA8; }
span { border-color: rgb(20,171,168); }
td.TdClassName
{
border-color: #14ABA8;
}
.TagClassName
{
border-color: #14ABA8;
}
</style>