Shades of Light Sea Green #13A9A4
Tints of Light Sea Green #13A9A4
RGB
CMYK
RGB Variations
Color information
#13A9A4 (or 0x13A9A4) is known color: Light Sea Green. HEX triplet: 13, A9 and A4. RGB value is (19,169,164). Sum of RGB (Red+Green+Blue) = 19+169+164=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #13A9A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A9A4 is #EC565B. Grayscale: #7B7B7B. Windows color (decimal): -15488604 or 10791187. OLE color: 10791187.
HSL color Cylindrical-coordinate representation of color #13A9A4: hue angle of 178º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A9A4 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 164 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.34 |
| HSL | 178º | 0.8% | 0.37% | - |
| HSV(B) | 178º | 0.89% | 0.66% | - |
| XYZ | 21.16 | 31.19 | 40.03 | - |
| YUV | 123.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 164 | 0.89 | 0 | 0.03 | 0.34 | 178 | 0.8 | 0.37 |
| Hex | 13 | A9 | A4 | 59 | 0 | 3 | 22 | B2 | 50 | 25 |
| Octal | 23 | 251 | 244 | 131 | 0 | 3 | 42 | 262 | 120 | 45 |
| Binary | 10011 | 10101001 | 10100100 | 1011001 | 0 | 11 | 100010 | 10110010 | 1010000 | 100101 |
Color Harmonies of #13A9A4
Complementary color
Monochromatic Colors of #13A9A4
Black with #13A9A4
Text Example
Text Example
White with #13A9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A9A4; }
p { color: rgb(19,169,164); }
H1.HeaderClassName
{
color: #13A9A4;
}
.AnyTagClassName
{
color: #13A9A4;
}
</style>
background-color css
<style>
a { background-color: #13A9A4; }
a { background-color: rgb(19,169,164); }
div.DivClassName
{
background-color: #13A9A4;
}
.BgClassName
{
background-color: #13A9A4;
}
</style>
border-color css
<style>
span { border-color: #13A9A4; }
span { border-color: rgb(19,169,164); }
td.TdClassName
{
border-color: #13A9A4;
}
.TagClassName
{
border-color: #13A9A4;
}
</style>