Shades of Light Sea Green #13AAA2
Tints of Light Sea Green #13AAA2
RGB
CMYK
RGB Variations
Color information
#13AAA2 (or 0x13AAA2) is known color: Light Sea Green. HEX triplet: 13, AA and A2. RGB value is (19,170,162). Sum of RGB (Red+Green+Blue) = 19+170+162=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #13AAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AAA2 is #EC555D. Grayscale: #7B7B7B. Windows color (decimal): -15488350 or 10660371. OLE color: 10660371.
HSL color Cylindrical-coordinate representation of color #13AAA2: hue angle of 176.82º 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 #13AAA2 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 162 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.33 |
| HSL | 176.82º | 0.8% | 0.37% | - |
| HSV(B) | 176.82º | 0.89% | 0.67% | - |
| XYZ | 21.16 | 31.5 | 39.15 | - |
| YUV | 123.94 | 149.47 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 162 | 0.89 | 0 | 0.05 | 0.33 | 176.82 | 0.8 | 0.37 |
| Hex | 13 | AA | A2 | 59 | 0 | 5 | 21 | B1 | 50 | 25 |
| Octal | 23 | 252 | 242 | 131 | 0 | 5 | 41 | 261 | 120 | 45 |
| Binary | 10011 | 10101010 | 10100010 | 1011001 | 0 | 101 | 100001 | 10110001 | 1010000 | 100101 |
Color Harmonies of #13AAA2
Complementary color
Monochromatic Colors of #13AAA2
Black with #13AAA2
Text Example
Text Example
White with #13AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAA2; }
p { color: rgb(19,170,162); }
H1.HeaderClassName
{
color: #13AAA2;
}
.AnyTagClassName
{
color: #13AAA2;
}
</style>
background-color css
<style>
a { background-color: #13AAA2; }
a { background-color: rgb(19,170,162); }
div.DivClassName
{
background-color: #13AAA2;
}
.BgClassName
{
background-color: #13AAA2;
}
</style>
border-color css
<style>
span { border-color: #13AAA2; }
span { border-color: rgb(19,170,162); }
td.TdClassName
{
border-color: #13AAA2;
}
.TagClassName
{
border-color: #13AAA2;
}
</style>