Shades of Light Sea Green #13A99F
Tints of Light Sea Green #13A99F
RGB
CMYK
RGB Variations
Color information
#13A99F (or 0x13A99F) is known color: Light Sea Green. HEX triplet: 13, A9 and 9F. RGB value is (19,169,159). Sum of RGB (Red+Green+Blue) = 19+169+159=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #13A99F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A99F is #EC5660. Grayscale: #7A7A7A. Windows color (decimal): -15488609 or 10463507. OLE color: 10463507.
HSL color Cylindrical-coordinate representation of color #13A99F: hue angle of 176º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A99F is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 159 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.34 |
| HSL | 176º | 0.8% | 0.37% | - |
| HSV(B) | 176º | 0.89% | 0.66% | - |
| XYZ | 20.71 | 31.02 | 37.7 | - |
| YUV | 123.01 | 148.31 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 159 | 0.89 | 0 | 0.06 | 0.34 | 176 | 0.8 | 0.37 |
| Hex | 13 | A9 | 9F | 59 | 0 | 6 | 22 | B0 | 50 | 25 |
| Octal | 23 | 251 | 237 | 131 | 0 | 6 | 42 | 260 | 120 | 45 |
| Binary | 10011 | 10101001 | 10011111 | 1011001 | 0 | 110 | 100010 | 10110000 | 1010000 | 100101 |
Color Harmonies of #13A99F
Complementary color
Monochromatic Colors of #13A99F
Black with #13A99F
Text Example
Text Example
White with #13A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A99F; }
p { color: rgb(19,169,159); }
H1.HeaderClassName
{
color: #13A99F;
}
.AnyTagClassName
{
color: #13A99F;
}
</style>
background-color css
<style>
a { background-color: #13A99F; }
a { background-color: rgb(19,169,159); }
div.DivClassName
{
background-color: #13A99F;
}
.BgClassName
{
background-color: #13A99F;
}
</style>
border-color css
<style>
span { border-color: #13A99F; }
span { border-color: rgb(19,169,159); }
td.TdClassName
{
border-color: #13A99F;
}
.TagClassName
{
border-color: #13A99F;
}
</style>