Shades of Light Sea Green #13BCB0
Tints of Light Sea Green #13BCB0
RGB
CMYK
RGB Variations
Color information
#13BCB0 (or 0x13BCB0) is known color: Light Sea Green. HEX triplet: 13, BC and B0. RGB value is (19,188,176). Sum of RGB (Red+Green+Blue) = 19+188+176=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BCB0 is #EC434F. Grayscale: #878787. Windows color (decimal): -15483728 or 11582483. OLE color: 11582483.
HSL color Cylindrical-coordinate representation of color #13BCB0: hue angle of 175.74º 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 #13BCB0 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 176 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.26 |
| HSL | 175.74º | 0.82% | 0.41% | - |
| HSV(B) | 175.74º | 0.9% | 0.74% | - |
| XYZ | 26.09 | 39.24 | 47.27 | - |
| YUV | 136.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 176 | 0.90 | 0 | 0.06 | 0.26 | 175.74 | 0.82 | 0.41 |
| Hex | 13 | BC | B0 | 5A | 0 | 6 | 1A | B0 | 52 | 29 |
| Octal | 23 | 274 | 260 | 132 | 0 | 6 | 32 | 260 | 122 | 51 |
| Binary | 10011 | 10111100 | 10110000 | 1011010 | 0 | 110 | 11010 | 10110000 | 1010010 | 101001 |
Color Harmonies of #13BCB0
Complementary color
Monochromatic Colors of #13BCB0
Black with #13BCB0
Text Example
Text Example
White with #13BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCB0; }
p { color: rgb(19,188,176); }
H1.HeaderClassName
{
color: #13BCB0;
}
.AnyTagClassName
{
color: #13BCB0;
}
</style>
background-color css
<style>
a { background-color: #13BCB0; }
a { background-color: rgb(19,188,176); }
div.DivClassName
{
background-color: #13BCB0;
}
.BgClassName
{
background-color: #13BCB0;
}
</style>
border-color css
<style>
span { border-color: #13BCB0; }
span { border-color: rgb(19,188,176); }
td.TdClassName
{
border-color: #13BCB0;
}
.TagClassName
{
border-color: #13BCB0;
}
</style>