Shades of Light Sea Green #13BCAB
Tints of Light Sea Green #13BCAB
RGB
CMYK
RGB Variations
Color information
#13BCAB (or 0x13BCAB) is known color: Light Sea Green. HEX triplet: 13, BC and AB. RGB value is (19,188,171). Sum of RGB (Red+Green+Blue) = 19+188+171=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BCAB is #EC4354. Grayscale: #878787. Windows color (decimal): -15483733 or 11254803. OLE color: 11254803.
HSL color Cylindrical-coordinate representation of color #13BCAB: hue angle of 173.96º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BCAB is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 171 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.26 |
| HSL | 173.96º | 0.82% | 0.41% | - |
| HSV(B) | 173.96º | 0.9% | 0.74% | - |
| XYZ | 25.6 | 39.05 | 44.72 | - |
| YUV | 135.53 | 148.01 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 171 | 0.90 | 0 | 0.09 | 0.26 | 173.96 | 0.82 | 0.41 |
| Hex | 13 | BC | AB | 5A | 0 | 9 | 1A | AE | 52 | 29 |
| Octal | 23 | 274 | 253 | 132 | 0 | 11 | 32 | 256 | 122 | 51 |
| Binary | 10011 | 10111100 | 10101011 | 1011010 | 0 | 1001 | 11010 | 10101110 | 1010010 | 101001 |
Color Harmonies of #13BCAB
Complementary color
Monochromatic Colors of #13BCAB
Black with #13BCAB
Text Example
Text Example
White with #13BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCAB; }
p { color: rgb(19,188,171); }
H1.HeaderClassName
{
color: #13BCAB;
}
.AnyTagClassName
{
color: #13BCAB;
}
</style>
background-color css
<style>
a { background-color: #13BCAB; }
a { background-color: rgb(19,188,171); }
div.DivClassName
{
background-color: #13BCAB;
}
.BgClassName
{
background-color: #13BCAB;
}
</style>
border-color css
<style>
span { border-color: #13BCAB; }
span { border-color: rgb(19,188,171); }
td.TdClassName
{
border-color: #13BCAB;
}
.TagClassName
{
border-color: #13BCAB;
}
</style>