Shades of Light Sea Green #13C0A6
Tints of Light Sea Green #13C0A6
RGB
CMYK
RGB Variations
Color information
#13C0A6 (or 0x13C0A6) is known color: Light Sea Green. HEX triplet: 13, C0 and A6. RGB value is (19,192,166). Sum of RGB (Red+Green+Blue) = 19+192+166=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #13C0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C0A6 is #EC3F59. Grayscale: #898989. Windows color (decimal): -15482714 or 10928147. OLE color: 10928147.
HSL color Cylindrical-coordinate representation of color #13C0A6: hue angle of 170.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C0A6 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 166 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.25 |
| HSL | 170.98º | 0.82% | 0.41% | - |
| HSV(B) | 170.98º | 0.9% | 0.75% | - |
| XYZ | 26 | 40.59 | 42.54 | - |
| YUV | 137.31 | 144.19 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 166 | 0.90 | 0 | 0.14 | 0.25 | 170.98 | 0.82 | 0.41 |
| Hex | 13 | C0 | A6 | 5A | 0 | E | 19 | AB | 52 | 29 |
| Octal | 23 | 300 | 246 | 132 | 0 | 16 | 31 | 253 | 122 | 51 |
| Binary | 10011 | 11000000 | 10100110 | 1011010 | 0 | 1110 | 11001 | 10101011 | 1010010 | 101001 |
Color Harmonies of #13C0A6
Complementary color
Monochromatic Colors of #13C0A6
Black with #13C0A6
Text Example
Text Example
White with #13C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C0A6; }
p { color: rgb(19,192,166); }
H1.HeaderClassName
{
color: #13C0A6;
}
.AnyTagClassName
{
color: #13C0A6;
}
</style>
background-color css
<style>
a { background-color: #13C0A6; }
a { background-color: rgb(19,192,166); }
div.DivClassName
{
background-color: #13C0A6;
}
.BgClassName
{
background-color: #13C0A6;
}
</style>
border-color css
<style>
span { border-color: #13C0A6; }
span { border-color: rgb(19,192,166); }
td.TdClassName
{
border-color: #13C0A6;
}
.TagClassName
{
border-color: #13C0A6;
}
</style>