Shades of Light Sea Green #13AAA0
Tints of Light Sea Green #13AAA0
RGB
CMYK
RGB Variations
Color information
#13AAA0 (or 0x13AAA0) is known color: Light Sea Green. HEX triplet: 13, AA and A0. RGB value is (19,170,160). Sum of RGB (Red+Green+Blue) = 19+170+160=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #13AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AAA0 is #EC555F. Grayscale: #7B7B7B. Windows color (decimal): -15488352 or 10529299. OLE color: 10529299.
HSL color Cylindrical-coordinate representation of color #13AAA0: hue angle of 176.03º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AAA0 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 160 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.33 |
| HSL | 176.03º | 0.8% | 0.37% | - |
| HSV(B) | 176.03º | 0.89% | 0.67% | - |
| XYZ | 20.99 | 31.43 | 38.22 | - |
| YUV | 123.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 160 | 0.89 | 0 | 0.06 | 0.33 | 176.03 | 0.8 | 0.37 |
| Hex | 13 | AA | A0 | 59 | 0 | 6 | 21 | B0 | 50 | 25 |
| Octal | 23 | 252 | 240 | 131 | 0 | 6 | 41 | 260 | 120 | 45 |
| Binary | 10011 | 10101010 | 10100000 | 1011001 | 0 | 110 | 100001 | 10110000 | 1010000 | 100101 |
Color Harmonies of #13AAA0
Complementary color
Monochromatic Colors of #13AAA0
Black with #13AAA0
Text Example
Text Example
White with #13AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAA0; }
p { color: rgb(19,170,160); }
H1.HeaderClassName
{
color: #13AAA0;
}
.AnyTagClassName
{
color: #13AAA0;
}
</style>
background-color css
<style>
a { background-color: #13AAA0; }
a { background-color: rgb(19,170,160); }
div.DivClassName
{
background-color: #13AAA0;
}
.BgClassName
{
background-color: #13AAA0;
}
</style>
border-color css
<style>
span { border-color: #13AAA0; }
span { border-color: rgb(19,170,160); }
td.TdClassName
{
border-color: #13AAA0;
}
.TagClassName
{
border-color: #13AAA0;
}
</style>