Shades of Light Sea Green #13ABA0
Tints of Light Sea Green #13ABA0
RGB
CMYK
RGB Variations
Color information
#13ABA0 (or 0x13ABA0) is known color: Light Sea Green. HEX triplet: 13, AB and A0. RGB value is (19,171,160). Sum of RGB (Red+Green+Blue) = 19+171+160=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #13ABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13ABA0 is #EC545F. Grayscale: #7C7C7C. Windows color (decimal): -15488096 or 10529555. OLE color: 10529555.
HSL color Cylindrical-coordinate representation of color #13ABA0: hue angle of 175.66º 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 #13ABA0 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 160 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.33 |
| HSL | 175.66º | 0.8% | 0.37% | - |
| HSV(B) | 175.66º | 0.89% | 0.67% | - |
| XYZ | 21.18 | 31.8 | 38.28 | - |
| YUV | 124.3 | 148.14 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 160 | 0.89 | 0 | 0.06 | 0.33 | 175.66 | 0.8 | 0.37 |
| Hex | 13 | AB | A0 | 59 | 0 | 6 | 21 | B0 | 50 | 25 |
| Octal | 23 | 253 | 240 | 131 | 0 | 6 | 41 | 260 | 120 | 45 |
| Binary | 10011 | 10101011 | 10100000 | 1011001 | 0 | 110 | 100001 | 10110000 | 1010000 | 100101 |
Color Harmonies of #13ABA0
Complementary color
Monochromatic Colors of #13ABA0
Black with #13ABA0
Text Example
Text Example
White with #13ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABA0; }
p { color: rgb(19,171,160); }
H1.HeaderClassName
{
color: #13ABA0;
}
.AnyTagClassName
{
color: #13ABA0;
}
</style>
background-color css
<style>
a { background-color: #13ABA0; }
a { background-color: rgb(19,171,160); }
div.DivClassName
{
background-color: #13ABA0;
}
.BgClassName
{
background-color: #13ABA0;
}
</style>
border-color css
<style>
span { border-color: #13ABA0; }
span { border-color: rgb(19,171,160); }
td.TdClassName
{
border-color: #13ABA0;
}
.TagClassName
{
border-color: #13ABA0;
}
</style>