Shades of Light Sea Green #16BC9E
Tints of Light Sea Green #16BC9E
RGB
CMYK
RGB Variations
Color information
#16BC9E (or 0x16BC9E) is known color: Light Sea Green. HEX triplet: 16, BC and 9E. RGB value is (22,188,158). Sum of RGB (Red+Green+Blue) = 22+188+158=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BC9E is #E94361. Grayscale: #868686. Windows color (decimal): -15287138 or 10402838. OLE color: 10402838.
HSL color Cylindrical-coordinate representation of color #16BC9E: hue angle of 169.16º 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 #16BC9E is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 158 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.26 |
| HSL | 169.16º | 0.79% | 0.41% | - |
| HSV(B) | 169.16º | 0.88% | 0.74% | - |
| XYZ | 24.49 | 38.61 | 38.51 | - |
| YUV | 134.95 | 141 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 158 | 0.88 | 0 | 0.16 | 0.26 | 169.16 | 0.79 | 0.41 |
| Hex | 16 | BC | 9E | 58 | 0 | 10 | 1A | A9 | 4F | 29 |
| Octal | 26 | 274 | 236 | 130 | 0 | 20 | 32 | 251 | 117 | 51 |
| Binary | 10110 | 10111100 | 10011110 | 1011000 | 0 | 10000 | 11010 | 10101001 | 1001111 | 101001 |
Color Harmonies of #16BC9E
Complementary color
Monochromatic Colors of #16BC9E
Black with #16BC9E
Text Example
Text Example
White with #16BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC9E; }
p { color: rgb(22,188,158); }
H1.HeaderClassName
{
color: #16BC9E;
}
.AnyTagClassName
{
color: #16BC9E;
}
</style>
background-color css
<style>
a { background-color: #16BC9E; }
a { background-color: rgb(22,188,158); }
div.DivClassName
{
background-color: #16BC9E;
}
.BgClassName
{
background-color: #16BC9E;
}
</style>
border-color css
<style>
span { border-color: #16BC9E; }
span { border-color: rgb(22,188,158); }
td.TdClassName
{
border-color: #16BC9E;
}
.TagClassName
{
border-color: #16BC9E;
}
</style>