Shades of Light Sea Green #13A6A0
Tints of Light Sea Green #13A6A0
RGB
CMYK
RGB Variations
Color information
#13A6A0 (or 0x13A6A0) is known color: Light Sea Green. HEX triplet: 13, A6 and A0. RGB value is (19,166,160). Sum of RGB (Red+Green+Blue) = 19+166+160=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #13A6A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A6A0 is #EC595F. Grayscale: #797979. Windows color (decimal): -15489376 or 10528275. OLE color: 10528275.
HSL color Cylindrical-coordinate representation of color #13A6A0: hue angle of 177.55º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A6A0 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 166 | 160 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.35 |
| HSL | 177.55º | 0.79% | 0.36% | - |
| HSV(B) | 177.55º | 0.89% | 0.65% | - |
| XYZ | 20.25 | 29.95 | 37.97 | - |
| YUV | 121.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 166 | 160 | 0.89 | 0 | 0.04 | 0.35 | 177.55 | 0.79 | 0.36 |
| Hex | 13 | A6 | A0 | 59 | 0 | 4 | 23 | B2 | 4F | 24 |
| Octal | 23 | 246 | 240 | 131 | 0 | 4 | 43 | 262 | 117 | 44 |
| Binary | 10011 | 10100110 | 10100000 | 1011001 | 0 | 100 | 100011 | 10110010 | 1001111 | 100100 |
Color Harmonies of #13A6A0
Complementary color
Monochromatic Colors of #13A6A0
Black with #13A6A0
Text Example
Text Example
White with #13A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A6A0; }
p { color: rgb(19,166,160); }
H1.HeaderClassName
{
color: #13A6A0;
}
.AnyTagClassName
{
color: #13A6A0;
}
</style>
background-color css
<style>
a { background-color: #13A6A0; }
a { background-color: rgb(19,166,160); }
div.DivClassName
{
background-color: #13A6A0;
}
.BgClassName
{
background-color: #13A6A0;
}
</style>
border-color css
<style>
span { border-color: #13A6A0; }
span { border-color: rgb(19,166,160); }
td.TdClassName
{
border-color: #13A6A0;
}
.TagClassName
{
border-color: #13A6A0;
}
</style>