Shades of Light Sea Green #13AEAC
Tints of Light Sea Green #13AEAC
RGB
CMYK
RGB Variations
Color information
#13AEAC (or 0x13AEAC) is known color: Light Sea Green. HEX triplet: 13, AE and AC. RGB value is (19,174,172). Sum of RGB (Red+Green+Blue) = 19+174+172=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #13AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AEAC is #EC5153. Grayscale: #7F7F7F. Windows color (decimal): -15487316 or 11316755. OLE color: 11316755.
HSL color Cylindrical-coordinate representation of color #13AEAC: hue angle of 179.23º 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 #13AEAC is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 174 | 172 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.32 |
| HSL | 179.23º | 0.8% | 0.38% | - |
| HSV(B) | 179.23º | 0.89% | 0.68% | - |
| XYZ | 22.85 | 33.39 | 44.27 | - |
| YUV | 127.43 | 153.15 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 174 | 172 | 0.89 | 0 | 0.01 | 0.32 | 179.23 | 0.8 | 0.38 |
| Hex | 13 | AE | AC | 59 | 0 | 1 | 20 | B3 | 50 | 26 |
| Octal | 23 | 256 | 254 | 131 | 0 | 1 | 40 | 263 | 120 | 46 |
| Binary | 10011 | 10101110 | 10101100 | 1011001 | 0 | 1 | 100000 | 10110011 | 1010000 | 100110 |
Color Harmonies of #13AEAC
Complementary color
Monochromatic Colors of #13AEAC
Black with #13AEAC
Text Example
Text Example
White with #13AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AEAC; }
p { color: rgb(19,174,172); }
H1.HeaderClassName
{
color: #13AEAC;
}
.AnyTagClassName
{
color: #13AEAC;
}
</style>
background-color css
<style>
a { background-color: #13AEAC; }
a { background-color: rgb(19,174,172); }
div.DivClassName
{
background-color: #13AEAC;
}
.BgClassName
{
background-color: #13AEAC;
}
</style>
border-color css
<style>
span { border-color: #13AEAC; }
span { border-color: rgb(19,174,172); }
td.TdClassName
{
border-color: #13AEAC;
}
.TagClassName
{
border-color: #13AEAC;
}
</style>