Shades of Light Sea Green #13A8A3
Tints of Light Sea Green #13A8A3
RGB
CMYK
RGB Variations
Color information
#13A8A3 (or 0x13A8A3) is known color: Light Sea Green. HEX triplet: 13, A8 and A3. RGB value is (19,168,163). Sum of RGB (Red+Green+Blue) = 19+168+163=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 168 - color contains mainly: green. Hex color #13A8A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A8A3 is #EC575C. Grayscale: #7A7A7A. Windows color (decimal): -15488861 or 10725395. OLE color: 10725395.
HSL color Cylindrical-coordinate representation of color #13A8A3: hue angle of 177.99º 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 #13A8A3 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 163 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.34 |
| HSL | 177.99º | 0.8% | 0.37% | - |
| HSV(B) | 177.99º | 0.89% | 0.66% | - |
| XYZ | 20.88 | 30.79 | 39.49 | - |
| YUV | 122.88 | 150.64 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 163 | 0.89 | 0 | 0.03 | 0.34 | 177.99 | 0.8 | 0.37 |
| Hex | 13 | A8 | A3 | 59 | 0 | 3 | 22 | B2 | 50 | 25 |
| Octal | 23 | 250 | 243 | 131 | 0 | 3 | 42 | 262 | 120 | 45 |
| Binary | 10011 | 10101000 | 10100011 | 1011001 | 0 | 11 | 100010 | 10110010 | 1010000 | 100101 |
Color Harmonies of #13A8A3
Complementary color
Monochromatic Colors of #13A8A3
Black with #13A8A3
Text Example
Text Example
White with #13A8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8A3; }
p { color: rgb(19,168,163); }
H1.HeaderClassName
{
color: #13A8A3;
}
.AnyTagClassName
{
color: #13A8A3;
}
</style>
background-color css
<style>
a { background-color: #13A8A3; }
a { background-color: rgb(19,168,163); }
div.DivClassName
{
background-color: #13A8A3;
}
.BgClassName
{
background-color: #13A8A3;
}
</style>
border-color css
<style>
span { border-color: #13A8A3; }
span { border-color: rgb(19,168,163); }
td.TdClassName
{
border-color: #13A8A3;
}
.TagClassName
{
border-color: #13A8A3;
}
</style>