Shades of Light Sea Green #13A4A1
Tints of Light Sea Green #13A4A1
RGB
CMYK
RGB Variations
Color information
#13A4A1 (or 0x13A4A1) is known color: Light Sea Green. HEX triplet: 13, A4 and A1. RGB value is (19,164,161). Sum of RGB (Red+Green+Blue) = 19+164+161=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #13A4A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A4A1 is #EC5B5E. Grayscale: #787878. Windows color (decimal): -15489887 or 10593299. OLE color: 10593299.
HSL color Cylindrical-coordinate representation of color #13A4A1: hue angle of 178.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A4A1 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 164 | 161 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.36 |
| HSL | 178.76º | 0.79% | 0.36% | - |
| HSV(B) | 178.76º | 0.88% | 0.64% | - |
| XYZ | 19.98 | 29.26 | 38.31 | - |
| YUV | 120.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 164 | 161 | 0.88 | 0 | 0.02 | 0.36 | 178.76 | 0.79 | 0.36 |
| Hex | 13 | A4 | A1 | 58 | 0 | 2 | 24 | B3 | 4F | 24 |
| Octal | 23 | 244 | 241 | 130 | 0 | 2 | 44 | 263 | 117 | 44 |
| Binary | 10011 | 10100100 | 10100001 | 1011000 | 0 | 10 | 100100 | 10110011 | 1001111 | 100100 |
Color Harmonies of #13A4A1
Complementary color
Monochromatic Colors of #13A4A1
Black with #13A4A1
Text Example
Text Example
White with #13A4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A4A1; }
p { color: rgb(19,164,161); }
H1.HeaderClassName
{
color: #13A4A1;
}
.AnyTagClassName
{
color: #13A4A1;
}
</style>
background-color css
<style>
a { background-color: #13A4A1; }
a { background-color: rgb(19,164,161); }
div.DivClassName
{
background-color: #13A4A1;
}
.BgClassName
{
background-color: #13A4A1;
}
</style>
border-color css
<style>
span { border-color: #13A4A1; }
span { border-color: rgb(19,164,161); }
td.TdClassName
{
border-color: #13A4A1;
}
.TagClassName
{
border-color: #13A4A1;
}
</style>