Shades of Light Sea Green #13AAA7
Tints of Light Sea Green #13AAA7
RGB
CMYK
RGB Variations
Color information
#13AAA7 (or 0x13AAA7) is known color: Light Sea Green. HEX triplet: 13, AA and A7. RGB value is (19,170,167). Sum of RGB (Red+Green+Blue) = 19+170+167=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #13AAA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AAA7 is #EC5558. Grayscale: #7C7C7C. Windows color (decimal): -15488345 or 10988051. OLE color: 10988051.
HSL color Cylindrical-coordinate representation of color #13AAA7: hue angle of 178.81º 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 #13AAA7 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 167 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.33 |
| HSL | 178.81º | 0.8% | 0.37% | - |
| HSV(B) | 178.81º | 0.89% | 0.67% | - |
| XYZ | 21.62 | 31.68 | 41.53 | - |
| YUV | 124.51 | 151.97 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 167 | 0.89 | 0 | 0.02 | 0.33 | 178.81 | 0.8 | 0.37 |
| Hex | 13 | AA | A7 | 59 | 0 | 2 | 21 | B3 | 50 | 25 |
| Octal | 23 | 252 | 247 | 131 | 0 | 2 | 41 | 263 | 120 | 45 |
| Binary | 10011 | 10101010 | 10100111 | 1011001 | 0 | 10 | 100001 | 10110011 | 1010000 | 100101 |
Color Harmonies of #13AAA7
Complementary color
Monochromatic Colors of #13AAA7
Black with #13AAA7
Text Example
Text Example
White with #13AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAA7; }
p { color: rgb(19,170,167); }
H1.HeaderClassName
{
color: #13AAA7;
}
.AnyTagClassName
{
color: #13AAA7;
}
</style>
background-color css
<style>
a { background-color: #13AAA7; }
a { background-color: rgb(19,170,167); }
div.DivClassName
{
background-color: #13AAA7;
}
.BgClassName
{
background-color: #13AAA7;
}
</style>
border-color css
<style>
span { border-color: #13AAA7; }
span { border-color: rgb(19,170,167); }
td.TdClassName
{
border-color: #13AAA7;
}
.TagClassName
{
border-color: #13AAA7;
}
</style>