Shades of Light Sea Green #16BEB0
Tints of Light Sea Green #16BEB0
RGB
CMYK
RGB Variations
Color information
#16BEB0 (or 0x16BEB0) is known color: Light Sea Green. HEX triplet: 16, BE and B0. RGB value is (22,190,176). Sum of RGB (Red+Green+Blue) = 22+190+176=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #16BEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BEB0 is #E9414F. Grayscale: #8A8A8A. Windows color (decimal): -15286608 or 11582998. OLE color: 11582998.
HSL color Cylindrical-coordinate representation of color #16BEB0: hue angle of 175º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BEB0 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 176 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.25 |
| HSL | 175º | 0.79% | 0.42% | - |
| HSV(B) | 175º | 0.88% | 0.75% | - |
| XYZ | 26.58 | 40.13 | 47.42 | - |
| YUV | 138.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 176 | 0.88 | 0 | 0.07 | 0.25 | 175 | 0.79 | 0.42 |
| Hex | 16 | BE | B0 | 58 | 0 | 7 | 19 | AF | 4F | 2A |
| Octal | 26 | 276 | 260 | 130 | 0 | 7 | 31 | 257 | 117 | 52 |
| Binary | 10110 | 10111110 | 10110000 | 1011000 | 0 | 111 | 11001 | 10101111 | 1001111 | 101010 |
Color Harmonies of #16BEB0
Complementary color
Monochromatic Colors of #16BEB0
Black with #16BEB0
Text Example
Text Example
White with #16BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BEB0; }
p { color: rgb(22,190,176); }
H1.HeaderClassName
{
color: #16BEB0;
}
.AnyTagClassName
{
color: #16BEB0;
}
</style>
background-color css
<style>
a { background-color: #16BEB0; }
a { background-color: rgb(22,190,176); }
div.DivClassName
{
background-color: #16BEB0;
}
.BgClassName
{
background-color: #16BEB0;
}
</style>
border-color css
<style>
span { border-color: #16BEB0; }
span { border-color: rgb(22,190,176); }
td.TdClassName
{
border-color: #16BEB0;
}
.TagClassName
{
border-color: #16BEB0;
}
</style>