Shades of Light Sea Green #13C9AC
Tints of Light Sea Green #13C9AC
RGB
CMYK
RGB Variations
Color information
#13C9AC (or 0x13C9AC) is known color: Light Sea Green. HEX triplet: 13, C9 and AC. RGB value is (19,201,172). Sum of RGB (Red+Green+Blue) = 19+201+172=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #13C9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C9AC is #EC3653. Grayscale: #8F8F8F. Windows color (decimal): -15480404 or 11323667. OLE color: 11323667.
HSL color Cylindrical-coordinate representation of color #13C9AC: hue angle of 170.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C9AC is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 172 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.21 |
| HSL | 170.44º | 0.83% | 0.43% | - |
| HSV(B) | 170.44º | 0.91% | 0.79% | - |
| XYZ | 28.6 | 44.89 | 46.19 | - |
| YUV | 143.28 | 144.2 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 172 | 0.91 | 0 | 0.14 | 0.21 | 170.44 | 0.83 | 0.43 |
| Hex | 13 | C9 | AC | 5B | 0 | E | 15 | AA | 53 | 2B |
| Octal | 23 | 311 | 254 | 133 | 0 | 16 | 25 | 252 | 123 | 53 |
| Binary | 10011 | 11001001 | 10101100 | 1011011 | 0 | 1110 | 10101 | 10101010 | 1010011 | 101011 |
Color Harmonies of #13C9AC
Complementary color
Monochromatic Colors of #13C9AC
Black with #13C9AC
Text Example
Text Example
White with #13C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C9AC; }
p { color: rgb(19,201,172); }
H1.HeaderClassName
{
color: #13C9AC;
}
.AnyTagClassName
{
color: #13C9AC;
}
</style>
background-color css
<style>
a { background-color: #13C9AC; }
a { background-color: rgb(19,201,172); }
div.DivClassName
{
background-color: #13C9AC;
}
.BgClassName
{
background-color: #13C9AC;
}
</style>
border-color css
<style>
span { border-color: #13C9AC; }
span { border-color: rgb(19,201,172); }
td.TdClassName
{
border-color: #13C9AC;
}
.TagClassName
{
border-color: #13C9AC;
}
</style>