Shades of Light Sea Green #13C9AF
Tints of Light Sea Green #13C9AF
RGB
CMYK
RGB Variations
Color information
#13C9AF (or 0x13C9AF) is known color: Light Sea Green. HEX triplet: 13, C9 and AF. RGB value is (19,201,175). Sum of RGB (Red+Green+Blue) = 19+201+175=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #13C9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C9AF is #EC3650. Grayscale: #8F8F8F. Windows color (decimal): -15480401 or 11520275. OLE color: 11520275.
HSL color Cylindrical-coordinate representation of color #13C9AF: hue angle of 171.43º 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 #13C9AF is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 175 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.21 |
| HSL | 171.43º | 0.83% | 0.43% | - |
| HSV(B) | 171.43º | 0.91% | 0.79% | - |
| XYZ | 28.89 | 45.01 | 47.72 | - |
| YUV | 143.62 | 145.7 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 175 | 0.91 | 0 | 0.13 | 0.21 | 171.43 | 0.83 | 0.43 |
| Hex | 13 | C9 | AF | 5B | 0 | D | 15 | AB | 53 | 2B |
| Octal | 23 | 311 | 257 | 133 | 0 | 15 | 25 | 253 | 123 | 53 |
| Binary | 10011 | 11001001 | 10101111 | 1011011 | 0 | 1101 | 10101 | 10101011 | 1010011 | 101011 |
Color Harmonies of #13C9AF
Complementary color
Monochromatic Colors of #13C9AF
Black with #13C9AF
Text Example
Text Example
White with #13C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C9AF; }
p { color: rgb(19,201,175); }
H1.HeaderClassName
{
color: #13C9AF;
}
.AnyTagClassName
{
color: #13C9AF;
}
</style>
background-color css
<style>
a { background-color: #13C9AF; }
a { background-color: rgb(19,201,175); }
div.DivClassName
{
background-color: #13C9AF;
}
.BgClassName
{
background-color: #13C9AF;
}
</style>
border-color css
<style>
span { border-color: #13C9AF; }
span { border-color: rgb(19,201,175); }
td.TdClassName
{
border-color: #13C9AF;
}
.TagClassName
{
border-color: #13C9AF;
}
</style>