Shades of Light Sea Green #14AAA5
Tints of Light Sea Green #14AAA5
RGB
CMYK
RGB Variations
Color information
#14AAA5 (or 0x14AAA5) is known color: Light Sea Green. HEX triplet: 14, AA and A5. RGB value is (20,170,165). Sum of RGB (Red+Green+Blue) = 20+170+165=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #14AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AAA5 is #EB555A. Grayscale: #7C7C7C. Windows color (decimal): -15422811 or 10856980. OLE color: 10856980.
HSL color Cylindrical-coordinate representation of color #14AAA5: hue angle of 178º 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 #14AAA5 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 165 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.33 |
| HSL | 178º | 0.79% | 0.37% | - |
| HSV(B) | 178º | 0.88% | 0.67% | - |
| XYZ | 21.45 | 31.61 | 40.57 | - |
| YUV | 124.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 165 | 0.88 | 0 | 0.03 | 0.33 | 178 | 0.79 | 0.37 |
| Hex | 14 | AA | A5 | 58 | 0 | 3 | 21 | B2 | 4F | 25 |
| Octal | 24 | 252 | 245 | 130 | 0 | 3 | 41 | 262 | 117 | 45 |
| Binary | 10100 | 10101010 | 10100101 | 1011000 | 0 | 11 | 100001 | 10110010 | 1001111 | 100101 |
Color Harmonies of #14AAA5
Complementary color
Monochromatic Colors of #14AAA5
Black with #14AAA5
Text Example
Text Example
White with #14AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAA5; }
p { color: rgb(20,170,165); }
H1.HeaderClassName
{
color: #14AAA5;
}
.AnyTagClassName
{
color: #14AAA5;
}
</style>
background-color css
<style>
a { background-color: #14AAA5; }
a { background-color: rgb(20,170,165); }
div.DivClassName
{
background-color: #14AAA5;
}
.BgClassName
{
background-color: #14AAA5;
}
</style>
border-color css
<style>
span { border-color: #14AAA5; }
span { border-color: rgb(20,170,165); }
td.TdClassName
{
border-color: #14AAA5;
}
.TagClassName
{
border-color: #14AAA5;
}
</style>