Shades of Light Sea Green #13C0AC
Tints of Light Sea Green #13C0AC
RGB
CMYK
RGB Variations
Color information
#13C0AC (or 0x13C0AC) is known color: Light Sea Green. HEX triplet: 13, C0 and AC. RGB value is (19,192,172). Sum of RGB (Red+Green+Blue) = 19+192+172=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #13C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C0AC is #EC3F53. Grayscale: #898989. Windows color (decimal): -15482708 or 11321363. OLE color: 11321363.
HSL color Cylindrical-coordinate representation of color #13C0AC: hue angle of 173.06º 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 #13C0AC is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 172 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.25 |
| HSL | 173.06º | 0.82% | 0.41% | - |
| HSV(B) | 173.06º | 0.9% | 0.75% | - |
| XYZ | 26.56 | 40.82 | 45.51 | - |
| YUV | 137.99 | 147.19 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 172 | 0.90 | 0 | 0.10 | 0.25 | 173.06 | 0.82 | 0.41 |
| Hex | 13 | C0 | AC | 5A | 0 | A | 19 | AD | 52 | 29 |
| Octal | 23 | 300 | 254 | 132 | 0 | 12 | 31 | 255 | 122 | 51 |
| Binary | 10011 | 11000000 | 10101100 | 1011010 | 0 | 1010 | 11001 | 10101101 | 1010010 | 101001 |
Color Harmonies of #13C0AC
Complementary color
Monochromatic Colors of #13C0AC
Black with #13C0AC
Text Example
Text Example
White with #13C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C0AC; }
p { color: rgb(19,192,172); }
H1.HeaderClassName
{
color: #13C0AC;
}
.AnyTagClassName
{
color: #13C0AC;
}
</style>
background-color css
<style>
a { background-color: #13C0AC; }
a { background-color: rgb(19,192,172); }
div.DivClassName
{
background-color: #13C0AC;
}
.BgClassName
{
background-color: #13C0AC;
}
</style>
border-color css
<style>
span { border-color: #13C0AC; }
span { border-color: rgb(19,192,172); }
td.TdClassName
{
border-color: #13C0AC;
}
.TagClassName
{
border-color: #13C0AC;
}
</style>