Shades of Light Sea Green #13BCB5
Tints of Light Sea Green #13BCB5
RGB
CMYK
RGB Variations
Color information
#13BCB5 (or 0x13BCB5) is known color: Light Sea Green. HEX triplet: 13, BC and B5. RGB value is (19,188,181). Sum of RGB (Red+Green+Blue) = 19+188+181=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCB5 is #EC434A. Grayscale: #888888. Windows color (decimal): -15483723 or 11910163. OLE color: 11910163.
HSL color Cylindrical-coordinate representation of color #13BCB5: hue angle of 177.51º 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 #13BCB5 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 181 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.26 |
| HSL | 177.51º | 0.82% | 0.41% | - |
| HSV(B) | 177.51º | 0.9% | 0.74% | - |
| XYZ | 26.59 | 39.44 | 49.93 | - |
| YUV | 136.67 | 153.01 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 181 | 0.90 | 0 | 0.04 | 0.26 | 177.51 | 0.82 | 0.41 |
| Hex | 13 | BC | B5 | 5A | 0 | 4 | 1A | B2 | 52 | 29 |
| Octal | 23 | 274 | 265 | 132 | 0 | 4 | 32 | 262 | 122 | 51 |
| Binary | 10011 | 10111100 | 10110101 | 1011010 | 0 | 100 | 11010 | 10110010 | 1010010 | 101001 |
Color Harmonies of #13BCB5
Complementary color
Monochromatic Colors of #13BCB5
Black with #13BCB5
Text Example
Text Example
White with #13BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCB5; }
p { color: rgb(19,188,181); }
H1.HeaderClassName
{
color: #13BCB5;
}
.AnyTagClassName
{
color: #13BCB5;
}
</style>
background-color css
<style>
a { background-color: #13BCB5; }
a { background-color: rgb(19,188,181); }
div.DivClassName
{
background-color: #13BCB5;
}
.BgClassName
{
background-color: #13BCB5;
}
</style>
border-color css
<style>
span { border-color: #13BCB5; }
span { border-color: rgb(19,188,181); }
td.TdClassName
{
border-color: #13BCB5;
}
.TagClassName
{
border-color: #13BCB5;
}
</style>