Shades of Light Sea Green #14AA9C
Tints of Light Sea Green #14AA9C
RGB
CMYK
RGB Variations
Color information
#14AA9C (or 0x14AA9C) is known color: Light Sea Green. HEX triplet: 14, AA and 9C. RGB value is (20,170,156). Sum of RGB (Red+Green+Blue) = 20+170+156=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA9C is #EB5563. Grayscale: #7B7B7B. Windows color (decimal): -15422820 or 10267156. OLE color: 10267156.
HSL color Cylindrical-coordinate representation of color #14AA9C: hue angle of 174.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 #14AA9C is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 156 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.33 |
| HSL | 174.4º | 0.79% | 0.37% | - |
| HSV(B) | 174.4º | 0.88% | 0.67% | - |
| XYZ | 20.66 | 31.3 | 36.4 | - |
| YUV | 123.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 156 | 0.88 | 0 | 0.08 | 0.33 | 174.4 | 0.79 | 0.37 |
| Hex | 14 | AA | 9C | 58 | 0 | 8 | 21 | AE | 4F | 25 |
| Octal | 24 | 252 | 234 | 130 | 0 | 10 | 41 | 256 | 117 | 45 |
| Binary | 10100 | 10101010 | 10011100 | 1011000 | 0 | 1000 | 100001 | 10101110 | 1001111 | 100101 |
Color Harmonies of #14AA9C
Complementary color
Monochromatic Colors of #14AA9C
Black with #14AA9C
Text Example
Text Example
White with #14AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA9C; }
p { color: rgb(20,170,156); }
H1.HeaderClassName
{
color: #14AA9C;
}
.AnyTagClassName
{
color: #14AA9C;
}
</style>
background-color css
<style>
a { background-color: #14AA9C; }
a { background-color: rgb(20,170,156); }
div.DivClassName
{
background-color: #14AA9C;
}
.BgClassName
{
background-color: #14AA9C;
}
</style>
border-color css
<style>
span { border-color: #14AA9C; }
span { border-color: rgb(20,170,156); }
td.TdClassName
{
border-color: #14AA9C;
}
.TagClassName
{
border-color: #14AA9C;
}
</style>