Shades of Light Sea Green #13ADAB
Tints of Light Sea Green #13ADAB
RGB
CMYK
RGB Variations
Color information
#13ADAB (or 0x13ADAB) is known color: Light Sea Green. HEX triplet: 13, AD and AB. RGB value is (19,173,171). Sum of RGB (Red+Green+Blue) = 19+173+171=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #13ADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13ADAB is #EC5254. Grayscale: #7E7E7E. Windows color (decimal): -15487573 or 11250963. OLE color: 11250963.
HSL color Cylindrical-coordinate representation of color #13ADAB: hue angle of 179.22º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13ADAB is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 171 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.32 |
| HSL | 179.22º | 0.8% | 0.38% | - |
| HSV(B) | 179.22º | 0.89% | 0.68% | - |
| XYZ | 22.56 | 32.97 | 43.7 | - |
| YUV | 126.73 | 152.98 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 171 | 0.89 | 0 | 0.01 | 0.32 | 179.22 | 0.8 | 0.38 |
| Hex | 13 | AD | AB | 59 | 0 | 1 | 20 | B3 | 50 | 26 |
| Octal | 23 | 255 | 253 | 131 | 0 | 1 | 40 | 263 | 120 | 46 |
| Binary | 10011 | 10101101 | 10101011 | 1011001 | 0 | 1 | 100000 | 10110011 | 1010000 | 100110 |
Color Harmonies of #13ADAB
Complementary color
Monochromatic Colors of #13ADAB
Black with #13ADAB
Text Example
Text Example
White with #13ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADAB; }
p { color: rgb(19,173,171); }
H1.HeaderClassName
{
color: #13ADAB;
}
.AnyTagClassName
{
color: #13ADAB;
}
</style>
background-color css
<style>
a { background-color: #13ADAB; }
a { background-color: rgb(19,173,171); }
div.DivClassName
{
background-color: #13ADAB;
}
.BgClassName
{
background-color: #13ADAB;
}
</style>
border-color css
<style>
span { border-color: #13ADAB; }
span { border-color: rgb(19,173,171); }
td.TdClassName
{
border-color: #13ADAB;
}
.TagClassName
{
border-color: #13ADAB;
}
</style>