Shades of Light Sea Green #13A8AB
Tints of Light Sea Green #13A8AB
RGB
CMYK
RGB Variations
Color information
#13A8AB (or 0x13A8AB) is known color: Light Sea Green. HEX triplet: 13, A8 and AB. RGB value is (19,168,171). Sum of RGB (Red+Green+Blue) = 19+168+171=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #13A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A8AB is #EC5754. Grayscale: #7B7B7B. Windows color (decimal): -15488853 or 11249683. OLE color: 11249683.
HSL color Cylindrical-coordinate representation of color #13A8AB: hue angle of 181.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A8AB is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 168 | 171 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.33 |
| HSL | 181.18º | 0.8% | 0.37% | - |
| HSV(B) | 181.18º | 0.89% | 0.67% | - |
| XYZ | 21.62 | 31.08 | 43.39 | - |
| YUV | 123.79 | 154.64 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 171 | 0.89 | 0.02 | 0 | 0.33 | 181.18 | 0.8 | 0.37 |
| Hex | 13 | A8 | AB | 59 | 2 | 0 | 21 | B5 | 50 | 25 |
| Octal | 23 | 250 | 253 | 131 | 2 | 0 | 41 | 265 | 120 | 45 |
| Binary | 10011 | 10101000 | 10101011 | 1011001 | 10 | 0 | 100001 | 10110101 | 1010000 | 100101 |
Color Harmonies of #13A8AB
Complementary color
Monochromatic Colors of #13A8AB
Black with #13A8AB
Text Example
Text Example
White with #13A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8AB; }
p { color: rgb(19,168,171); }
H1.HeaderClassName
{
color: #13A8AB;
}
.AnyTagClassName
{
color: #13A8AB;
}
</style>
background-color css
<style>
a { background-color: #13A8AB; }
a { background-color: rgb(19,168,171); }
div.DivClassName
{
background-color: #13A8AB;
}
.BgClassName
{
background-color: #13A8AB;
}
</style>
border-color css
<style>
span { border-color: #13A8AB; }
span { border-color: rgb(19,168,171); }
td.TdClassName
{
border-color: #13A8AB;
}
.TagClassName
{
border-color: #13A8AB;
}
</style>