Shades of Light Sea Green #13A4A7
Tints of Light Sea Green #13A4A7
RGB
CMYK
RGB Variations
Color information
#13A4A7 (or 0x13A4A7) is known color: Light Sea Green. HEX triplet: 13, A4 and A7. RGB value is (19,164,167). Sum of RGB (Red+Green+Blue) = 19+164+167=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 167 - color contains mainly: blue. Hex color #13A4A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A4A7 is #EC5B58. Grayscale: #787878. Windows color (decimal): -15489881 or 10986515. OLE color: 10986515.
HSL color Cylindrical-coordinate representation of color #13A4A7: hue angle of 181.22º degrees, saturation: 0.8, 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 #13A4A7 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 164 | 167 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.35 |
| HSL | 181.22º | 0.8% | 0.36% | - |
| HSV(B) | 181.22º | 0.89% | 0.65% | - |
| XYZ | 20.52 | 29.48 | 41.17 | - |
| YUV | 120.99 | 153.96 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 164 | 167 | 0.89 | 0.02 | 0 | 0.35 | 181.22 | 0.8 | 0.36 |
| Hex | 13 | A4 | A7 | 59 | 2 | 0 | 23 | B5 | 50 | 24 |
| Octal | 23 | 244 | 247 | 131 | 2 | 0 | 43 | 265 | 120 | 44 |
| Binary | 10011 | 10100100 | 10100111 | 1011001 | 10 | 0 | 100011 | 10110101 | 1010000 | 100100 |
Color Harmonies of #13A4A7
Complementary color
Monochromatic Colors of #13A4A7
Black with #13A4A7
Text Example
Text Example
White with #13A4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A4A7; }
p { color: rgb(19,164,167); }
H1.HeaderClassName
{
color: #13A4A7;
}
.AnyTagClassName
{
color: #13A4A7;
}
</style>
background-color css
<style>
a { background-color: #13A4A7; }
a { background-color: rgb(19,164,167); }
div.DivClassName
{
background-color: #13A4A7;
}
.BgClassName
{
background-color: #13A4A7;
}
</style>
border-color css
<style>
span { border-color: #13A4A7; }
span { border-color: rgb(19,164,167); }
td.TdClassName
{
border-color: #13A4A7;
}
.TagClassName
{
border-color: #13A4A7;
}
</style>