Shades of Light Sea Green #16BCB0
Tints of Light Sea Green #16BCB0
RGB
CMYK
RGB Variations
Color information
#16BCB0 (or 0x16BCB0) is known color: Light Sea Green. HEX triplet: 16, BC and B0. RGB value is (22,188,176). Sum of RGB (Red+Green+Blue) = 22+188+176=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #16BCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BCB0 is #E9434F. Grayscale: #888888. Windows color (decimal): -15287120 or 11582486. OLE color: 11582486.
HSL color Cylindrical-coordinate representation of color #16BCB0: hue angle of 175.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BCB0 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 176 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.26 |
| HSL | 175.66º | 0.79% | 0.41% | - |
| HSV(B) | 175.66º | 0.88% | 0.74% | - |
| XYZ | 26.15 | 39.27 | 47.28 | - |
| YUV | 137 | 150 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 176 | 0.88 | 0 | 0.06 | 0.26 | 175.66 | 0.79 | 0.41 |
| Hex | 16 | BC | B0 | 58 | 0 | 6 | 1A | B0 | 4F | 29 |
| Octal | 26 | 274 | 260 | 130 | 0 | 6 | 32 | 260 | 117 | 51 |
| Binary | 10110 | 10111100 | 10110000 | 1011000 | 0 | 110 | 11010 | 10110000 | 1001111 | 101001 |
Color Harmonies of #16BCB0
Complementary color
Monochromatic Colors of #16BCB0
Black with #16BCB0
Text Example
Text Example
White with #16BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCB0; }
p { color: rgb(22,188,176); }
H1.HeaderClassName
{
color: #16BCB0;
}
.AnyTagClassName
{
color: #16BCB0;
}
</style>
background-color css
<style>
a { background-color: #16BCB0; }
a { background-color: rgb(22,188,176); }
div.DivClassName
{
background-color: #16BCB0;
}
.BgClassName
{
background-color: #16BCB0;
}
</style>
border-color css
<style>
span { border-color: #16BCB0; }
span { border-color: rgb(22,188,176); }
td.TdClassName
{
border-color: #16BCB0;
}
.TagClassName
{
border-color: #16BCB0;
}
</style>