Shades of Light Sea Green #13AF9C
Tints of Light Sea Green #13AF9C
RGB
CMYK
RGB Variations
Color information
#13AF9C (or 0x13AF9C) is known color: Light Sea Green. HEX triplet: 13, AF and 9C. RGB value is (19,175,156). Sum of RGB (Red+Green+Blue) = 19+175+156=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AF9C is #EC5063. Grayscale: #7E7E7E. Windows color (decimal): -15487076 or 10268435. OLE color: 10268435.
HSL color Cylindrical-coordinate representation of color #13AF9C: hue angle of 172.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF9C is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 156 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.31 |
| HSL | 172.69º | 0.8% | 0.38% | - |
| HSV(B) | 172.69º | 0.89% | 0.69% | - |
| XYZ | 21.6 | 33.2 | 36.72 | - |
| YUV | 126.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 156 | 0.89 | 0 | 0.11 | 0.31 | 172.69 | 0.8 | 0.38 |
| Hex | 13 | AF | 9C | 59 | 0 | B | 1F | AD | 50 | 26 |
| Octal | 23 | 257 | 234 | 131 | 0 | 13 | 37 | 255 | 120 | 46 |
| Binary | 10011 | 10101111 | 10011100 | 1011001 | 0 | 1011 | 11111 | 10101101 | 1010000 | 100110 |
Color Harmonies of #13AF9C
Complementary color
Monochromatic Colors of #13AF9C
Black with #13AF9C
Text Example
Text Example
White with #13AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF9C; }
p { color: rgb(19,175,156); }
H1.HeaderClassName
{
color: #13AF9C;
}
.AnyTagClassName
{
color: #13AF9C;
}
</style>
background-color css
<style>
a { background-color: #13AF9C; }
a { background-color: rgb(19,175,156); }
div.DivClassName
{
background-color: #13AF9C;
}
.BgClassName
{
background-color: #13AF9C;
}
</style>
border-color css
<style>
span { border-color: #13AF9C; }
span { border-color: rgb(19,175,156); }
td.TdClassName
{
border-color: #13AF9C;
}
.TagClassName
{
border-color: #13AF9C;
}
</style>