Shades of Light Sea Green #16BC9B
Tints of Light Sea Green #16BC9B
RGB
CMYK
RGB Variations
Color information
#16BC9B (or 0x16BC9B) is known color: Light Sea Green. HEX triplet: 16, BC and 9B. RGB value is (22,188,155). Sum of RGB (Red+Green+Blue) = 22+188+155=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BC9B is #E94364. Grayscale: #868686. Windows color (decimal): -15287141 or 10206230. OLE color: 10206230.
HSL color Cylindrical-coordinate representation of color #16BC9B: hue angle of 168.07º 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 #16BC9B is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 155 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.26 |
| HSL | 168.07º | 0.79% | 0.41% | - |
| HSV(B) | 168.07º | 0.88% | 0.74% | - |
| XYZ | 24.23 | 38.5 | 37.17 | - |
| YUV | 134.6 | 139.5 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 155 | 0.88 | 0 | 0.18 | 0.26 | 168.07 | 0.79 | 0.41 |
| Hex | 16 | BC | 9B | 58 | 0 | 12 | 1A | A8 | 4F | 29 |
| Octal | 26 | 274 | 233 | 130 | 0 | 22 | 32 | 250 | 117 | 51 |
| Binary | 10110 | 10111100 | 10011011 | 1011000 | 0 | 10010 | 11010 | 10101000 | 1001111 | 101001 |
Color Harmonies of #16BC9B
Complementary color
Monochromatic Colors of #16BC9B
Black with #16BC9B
Text Example
Text Example
White with #16BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC9B; }
p { color: rgb(22,188,155); }
H1.HeaderClassName
{
color: #16BC9B;
}
.AnyTagClassName
{
color: #16BC9B;
}
</style>
background-color css
<style>
a { background-color: #16BC9B; }
a { background-color: rgb(22,188,155); }
div.DivClassName
{
background-color: #16BC9B;
}
.BgClassName
{
background-color: #16BC9B;
}
</style>
border-color css
<style>
span { border-color: #16BC9B; }
span { border-color: rgb(22,188,155); }
td.TdClassName
{
border-color: #16BC9B;
}
.TagClassName
{
border-color: #16BC9B;
}
</style>