Shades of Light Sea Green #13B7BA
Tints of Light Sea Green #13B7BA
RGB
CMYK
RGB Variations
Color information
#13B7BA (or 0x13B7BA) is known color: Light Sea Green. HEX triplet: 13, B7 and BA. RGB value is (19,183,186). Sum of RGB (Red+Green+Blue) = 19+183+186=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #13B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B7BA is #EC4845. Grayscale: #868686. Windows color (decimal): -15484998 or 12236563. OLE color: 12236563.
HSL color Cylindrical-coordinate representation of color #13B7BA: hue angle of 181.08º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B7BA is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 183 | 186 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.27 |
| HSL | 181.08º | 0.81% | 0.4% | - |
| HSV(B) | 181.08º | 0.9% | 0.73% | - |
| XYZ | 26.06 | 37.55 | 52.33 | - |
| YUV | 134.31 | 157.17 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 186 | 0.90 | 0.02 | 0 | 0.27 | 181.08 | 0.81 | 0.4 |
| Hex | 13 | B7 | BA | 5A | 2 | 0 | 1B | B5 | 51 | 28 |
| Octal | 23 | 267 | 272 | 132 | 2 | 0 | 33 | 265 | 121 | 50 |
| Binary | 10011 | 10110111 | 10111010 | 1011010 | 10 | 0 | 11011 | 10110101 | 1010001 | 101000 |
Color Harmonies of #13B7BA
Complementary color
Monochromatic Colors of #13B7BA
Black with #13B7BA
Text Example
Text Example
White with #13B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B7BA; }
p { color: rgb(19,183,186); }
H1.HeaderClassName
{
color: #13B7BA;
}
.AnyTagClassName
{
color: #13B7BA;
}
</style>
background-color css
<style>
a { background-color: #13B7BA; }
a { background-color: rgb(19,183,186); }
div.DivClassName
{
background-color: #13B7BA;
}
.BgClassName
{
background-color: #13B7BA;
}
</style>
border-color css
<style>
span { border-color: #13B7BA; }
span { border-color: rgb(19,183,186); }
td.TdClassName
{
border-color: #13B7BA;
}
.TagClassName
{
border-color: #13B7BA;
}
</style>