Shades of Light Sea Green #13B5A2
Tints of Light Sea Green #13B5A2
RGB
CMYK
RGB Variations
Color information
#13B5A2 (or 0x13B5A2) is known color: Light Sea Green. HEX triplet: 13, B5 and A2. RGB value is (19,181,162). Sum of RGB (Red+Green+Blue) = 19+181+162=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #13B5A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B5A2 is #EC4A5D. Grayscale: #828282. Windows color (decimal): -15485534 or 10663187. OLE color: 10663187.
HSL color Cylindrical-coordinate representation of color #13B5A2: hue angle of 172.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B5A2 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 162 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.29 |
| HSL | 172.96º | 0.81% | 0.39% | - |
| HSV(B) | 172.96º | 0.9% | 0.71% | - |
| XYZ | 23.31 | 35.79 | 39.86 | - |
| YUV | 130.4 | 145.83 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 162 | 0.90 | 0 | 0.10 | 0.29 | 172.96 | 0.81 | 0.39 |
| Hex | 13 | B5 | A2 | 5A | 0 | A | 1D | AD | 51 | 27 |
| Octal | 23 | 265 | 242 | 132 | 0 | 12 | 35 | 255 | 121 | 47 |
| Binary | 10011 | 10110101 | 10100010 | 1011010 | 0 | 1010 | 11101 | 10101101 | 1010001 | 100111 |
Color Harmonies of #13B5A2
Complementary color
Monochromatic Colors of #13B5A2
Black with #13B5A2
Text Example
Text Example
White with #13B5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B5A2; }
p { color: rgb(19,181,162); }
H1.HeaderClassName
{
color: #13B5A2;
}
.AnyTagClassName
{
color: #13B5A2;
}
</style>
background-color css
<style>
a { background-color: #13B5A2; }
a { background-color: rgb(19,181,162); }
div.DivClassName
{
background-color: #13B5A2;
}
.BgClassName
{
background-color: #13B5A2;
}
</style>
border-color css
<style>
span { border-color: #13B5A2; }
span { border-color: rgb(19,181,162); }
td.TdClassName
{
border-color: #13B5A2;
}
.TagClassName
{
border-color: #13B5A2;
}
</style>