Shades of Light Sea Green #14AAA6
Tints of Light Sea Green #14AAA6
RGB
CMYK
RGB Variations
Color information
#14AAA6 (or 0x14AAA6) is known color: Light Sea Green. HEX triplet: 14, AA and A6. RGB value is (20,170,166). Sum of RGB (Red+Green+Blue) = 20+170+166=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #14AAA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AAA6 is #EB5559. Grayscale: #7C7C7C. Windows color (decimal): -15422810 or 10922516. OLE color: 10922516.
HSL color Cylindrical-coordinate representation of color #14AAA6: hue angle of 178.4º 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 #14AAA6 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 166 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.33 |
| HSL | 178.4º | 0.79% | 0.37% | - |
| HSV(B) | 178.4º | 0.88% | 0.67% | - |
| XYZ | 21.55 | 31.65 | 41.05 | - |
| YUV | 124.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 166 | 0.88 | 0 | 0.02 | 0.33 | 178.4 | 0.79 | 0.37 |
| Hex | 14 | AA | A6 | 58 | 0 | 2 | 21 | B2 | 4F | 25 |
| Octal | 24 | 252 | 246 | 130 | 0 | 2 | 41 | 262 | 117 | 45 |
| Binary | 10100 | 10101010 | 10100110 | 1011000 | 0 | 10 | 100001 | 10110010 | 1001111 | 100101 |
Color Harmonies of #14AAA6
Complementary color
Monochromatic Colors of #14AAA6
Black with #14AAA6
Text Example
Text Example
White with #14AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAA6; }
p { color: rgb(20,170,166); }
H1.HeaderClassName
{
color: #14AAA6;
}
.AnyTagClassName
{
color: #14AAA6;
}
</style>
background-color css
<style>
a { background-color: #14AAA6; }
a { background-color: rgb(20,170,166); }
div.DivClassName
{
background-color: #14AAA6;
}
.BgClassName
{
background-color: #14AAA6;
}
</style>
border-color css
<style>
span { border-color: #14AAA6; }
span { border-color: rgb(20,170,166); }
td.TdClassName
{
border-color: #14AAA6;
}
.TagClassName
{
border-color: #14AAA6;
}
</style>