Shades of Light Sea Green #13A0A6
Tints of Light Sea Green #13A0A6
RGB
CMYK
RGB Variations
Color information
#13A0A6 (or 0x13A0A6) is known color: Light Sea Green. HEX triplet: 13, A0 and A6. RGB value is (19,160,166). Sum of RGB (Red+Green+Blue) = 19+160+166=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #13A0A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A0A6 is #EC5F59. Grayscale: #767676. Windows color (decimal): -15490906 or 10919955. OLE color: 10919955.
HSL color Cylindrical-coordinate representation of color #13A0A6: hue angle of 182.45º 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 #13A0A6 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 160 | 166 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.35 |
| HSL | 182.45º | 0.79% | 0.36% | - |
| HSV(B) | 182.45º | 0.89% | 0.65% | - |
| XYZ | 19.72 | 28.03 | 40.45 | - |
| YUV | 118.53 | 154.79 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 166 | 0.89 | 0.04 | 0 | 0.35 | 182.45 | 0.79 | 0.36 |
| Hex | 13 | A0 | A6 | 59 | 4 | 0 | 23 | B6 | 4F | 24 |
| Octal | 23 | 240 | 246 | 131 | 4 | 0 | 43 | 266 | 117 | 44 |
| Binary | 10011 | 10100000 | 10100110 | 1011001 | 100 | 0 | 100011 | 10110110 | 1001111 | 100100 |
Color Harmonies of #13A0A6
Complementary color
Monochromatic Colors of #13A0A6
Black with #13A0A6
Text Example
Text Example
White with #13A0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A0A6; }
p { color: rgb(19,160,166); }
H1.HeaderClassName
{
color: #13A0A6;
}
.AnyTagClassName
{
color: #13A0A6;
}
</style>
background-color css
<style>
a { background-color: #13A0A6; }
a { background-color: rgb(19,160,166); }
div.DivClassName
{
background-color: #13A0A6;
}
.BgClassName
{
background-color: #13A0A6;
}
</style>
border-color css
<style>
span { border-color: #13A0A6; }
span { border-color: rgb(19,160,166); }
td.TdClassName
{
border-color: #13A0A6;
}
.TagClassName
{
border-color: #13A0A6;
}
</style>