Shades of Light Sea Green #14AAA7
Tints of Light Sea Green #14AAA7
RGB
CMYK
RGB Variations
Color information
#14AAA7 (or 0x14AAA7) is known color: Light Sea Green. HEX triplet: 14, AA and A7. RGB value is (20,170,167). Sum of RGB (Red+Green+Blue) = 20+170+167=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #14AAA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AAA7 is #EB5558. Grayscale: #7C7C7C. Windows color (decimal): -15422809 or 10988052. OLE color: 10988052.
HSL color Cylindrical-coordinate representation of color #14AAA7: hue angle of 178.8º 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 #14AAA7 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 167 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.33 |
| HSL | 178.8º | 0.79% | 0.37% | - |
| HSV(B) | 178.8º | 0.88% | 0.67% | - |
| XYZ | 21.64 | 31.69 | 41.54 | - |
| YUV | 124.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 167 | 0.88 | 0 | 0.02 | 0.33 | 178.8 | 0.79 | 0.37 |
| Hex | 14 | AA | A7 | 58 | 0 | 2 | 21 | B3 | 4F | 25 |
| Octal | 24 | 252 | 247 | 130 | 0 | 2 | 41 | 263 | 117 | 45 |
| Binary | 10100 | 10101010 | 10100111 | 1011000 | 0 | 10 | 100001 | 10110011 | 1001111 | 100101 |
Color Harmonies of #14AAA7
Complementary color
Monochromatic Colors of #14AAA7
Black with #14AAA7
Text Example
Text Example
White with #14AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAA7; }
p { color: rgb(20,170,167); }
H1.HeaderClassName
{
color: #14AAA7;
}
.AnyTagClassName
{
color: #14AAA7;
}
</style>
background-color css
<style>
a { background-color: #14AAA7; }
a { background-color: rgb(20,170,167); }
div.DivClassName
{
background-color: #14AAA7;
}
.BgClassName
{
background-color: #14AAA7;
}
</style>
border-color css
<style>
span { border-color: #14AAA7; }
span { border-color: rgb(20,170,167); }
td.TdClassName
{
border-color: #14AAA7;
}
.TagClassName
{
border-color: #14AAA7;
}
</style>