Shades of Light Sea Green #13B6A1
Tints of Light Sea Green #13B6A1
RGB
CMYK
RGB Variations
Color information
#13B6A1 (or 0x13B6A1) is known color: Light Sea Green. HEX triplet: 13, B6 and A1. RGB value is (19,182,161). Sum of RGB (Red+Green+Blue) = 19+182+161=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #13B6A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B6A1 is #EC495E. Grayscale: #828282. Windows color (decimal): -15485279 or 10597907. OLE color: 10597907.
HSL color Cylindrical-coordinate representation of color #13B6A1: hue angle of 172.27º 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 #13B6A1 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 182 | 161 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.29 |
| HSL | 172.27º | 0.81% | 0.39% | - |
| HSV(B) | 172.27º | 0.9% | 0.71% | - |
| XYZ | 23.43 | 36.17 | 39.46 | - |
| YUV | 130.87 | 145 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 182 | 161 | 0.90 | 0 | 0.12 | 0.29 | 172.27 | 0.81 | 0.39 |
| Hex | 13 | B6 | A1 | 5A | 0 | C | 1D | AC | 51 | 27 |
| Octal | 23 | 266 | 241 | 132 | 0 | 14 | 35 | 254 | 121 | 47 |
| Binary | 10011 | 10110110 | 10100001 | 1011010 | 0 | 1100 | 11101 | 10101100 | 1010001 | 100111 |
Color Harmonies of #13B6A1
Complementary color
Monochromatic Colors of #13B6A1
Black with #13B6A1
Text Example
Text Example
White with #13B6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B6A1; }
p { color: rgb(19,182,161); }
H1.HeaderClassName
{
color: #13B6A1;
}
.AnyTagClassName
{
color: #13B6A1;
}
</style>
background-color css
<style>
a { background-color: #13B6A1; }
a { background-color: rgb(19,182,161); }
div.DivClassName
{
background-color: #13B6A1;
}
.BgClassName
{
background-color: #13B6A1;
}
</style>
border-color css
<style>
span { border-color: #13B6A1; }
span { border-color: rgb(19,182,161); }
td.TdClassName
{
border-color: #13B6A1;
}
.TagClassName
{
border-color: #13B6A1;
}
</style>