Shades of Light Sea Green #14AA9E
Tints of Light Sea Green #14AA9E
RGB
CMYK
RGB Variations
Color information
#14AA9E (or 0x14AA9E) is known color: Light Sea Green. HEX triplet: 14, AA and 9E. RGB value is (20,170,158). Sum of RGB (Red+Green+Blue) = 20+170+158=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA9E is #EB5561. Grayscale: #7B7B7B. Windows color (decimal): -15422818 or 10398228. OLE color: 10398228.
HSL color Cylindrical-coordinate representation of color #14AA9E: hue angle of 175.2º 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 #14AA9E is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 158 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.33 |
| HSL | 175.2º | 0.79% | 0.37% | - |
| HSV(B) | 175.2º | 0.88% | 0.67% | - |
| XYZ | 20.83 | 31.37 | 37.3 | - |
| YUV | 123.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 158 | 0.88 | 0 | 0.07 | 0.33 | 175.2 | 0.79 | 0.37 |
| Hex | 14 | AA | 9E | 58 | 0 | 7 | 21 | AF | 4F | 25 |
| Octal | 24 | 252 | 236 | 130 | 0 | 7 | 41 | 257 | 117 | 45 |
| Binary | 10100 | 10101010 | 10011110 | 1011000 | 0 | 111 | 100001 | 10101111 | 1001111 | 100101 |
Color Harmonies of #14AA9E
Complementary color
Monochromatic Colors of #14AA9E
Black with #14AA9E
Text Example
Text Example
White with #14AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA9E; }
p { color: rgb(20,170,158); }
H1.HeaderClassName
{
color: #14AA9E;
}
.AnyTagClassName
{
color: #14AA9E;
}
</style>
background-color css
<style>
a { background-color: #14AA9E; }
a { background-color: rgb(20,170,158); }
div.DivClassName
{
background-color: #14AA9E;
}
.BgClassName
{
background-color: #14AA9E;
}
</style>
border-color css
<style>
span { border-color: #14AA9E; }
span { border-color: rgb(20,170,158); }
td.TdClassName
{
border-color: #14AA9E;
}
.TagClassName
{
border-color: #14AA9E;
}
</style>