Shades of Light Sea Green #13BCB8
Tints of Light Sea Green #13BCB8
RGB
CMYK
RGB Variations
Color information
#13BCB8 (or 0x13BCB8) is known color: Light Sea Green. HEX triplet: 13, BC and B8. RGB value is (19,188,184). Sum of RGB (Red+Green+Blue) = 19+188+184=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCB8 is #EC4347. Grayscale: #888888. Windows color (decimal): -15483720 or 12106771. OLE color: 12106771.
HSL color Cylindrical-coordinate representation of color #13BCB8: hue angle of 178.58º 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 #13BCB8 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 184 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.26 |
| HSL | 178.58º | 0.82% | 0.41% | - |
| HSV(B) | 178.58º | 0.9% | 0.74% | - |
| XYZ | 26.9 | 39.57 | 51.57 | - |
| YUV | 137.01 | 154.51 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 184 | 0.90 | 0 | 0.02 | 0.26 | 178.58 | 0.82 | 0.41 |
| Hex | 13 | BC | B8 | 5A | 0 | 2 | 1A | B3 | 52 | 29 |
| Octal | 23 | 274 | 270 | 132 | 0 | 2 | 32 | 263 | 122 | 51 |
| Binary | 10011 | 10111100 | 10111000 | 1011010 | 0 | 10 | 11010 | 10110011 | 1010010 | 101001 |
Color Harmonies of #13BCB8
Complementary color
Monochromatic Colors of #13BCB8
Black with #13BCB8
Text Example
Text Example
White with #13BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCB8; }
p { color: rgb(19,188,184); }
H1.HeaderClassName
{
color: #13BCB8;
}
.AnyTagClassName
{
color: #13BCB8;
}
</style>
background-color css
<style>
a { background-color: #13BCB8; }
a { background-color: rgb(19,188,184); }
div.DivClassName
{
background-color: #13BCB8;
}
.BgClassName
{
background-color: #13BCB8;
}
</style>
border-color css
<style>
span { border-color: #13BCB8; }
span { border-color: rgb(19,188,184); }
td.TdClassName
{
border-color: #13BCB8;
}
.TagClassName
{
border-color: #13BCB8;
}
</style>