Shades of Light Sea Green #16CEB0
Tints of Light Sea Green #16CEB0
RGB
CMYK
RGB Variations
Color information
#16CEB0 (or 0x16CEB0) is known color: Light Sea Green. HEX triplet: 16, CE and B0. RGB value is (22,206,176). Sum of RGB (Red+Green+Blue) = 22+206+176=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #16CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CEB0 is #E9314F. Grayscale: #939393. Windows color (decimal): -15282512 or 11587094. OLE color: 11587094.
HSL color Cylindrical-coordinate representation of color #16CEB0: hue angle of 170.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CEB0 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 206 | 176 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.19 |
| HSL | 170.22º | 0.81% | 0.45% | - |
| HSV(B) | 170.22º | 0.89% | 0.81% | - |
| XYZ | 30.24 | 47.45 | 48.64 | - |
| YUV | 147.56 | 144.04 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 176 | 0.89 | 0 | 0.15 | 0.19 | 170.22 | 0.81 | 0.45 |
| Hex | 16 | CE | B0 | 59 | 0 | F | 13 | AA | 51 | 2D |
| Octal | 26 | 316 | 260 | 131 | 0 | 17 | 23 | 252 | 121 | 55 |
| Binary | 10110 | 11001110 | 10110000 | 1011001 | 0 | 1111 | 10011 | 10101010 | 1010001 | 101101 |
Color Harmonies of #16CEB0
Complementary color
Monochromatic Colors of #16CEB0
Black with #16CEB0
Text Example
Text Example
White with #16CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEB0; }
p { color: rgb(22,206,176); }
H1.HeaderClassName
{
color: #16CEB0;
}
.AnyTagClassName
{
color: #16CEB0;
}
</style>
background-color css
<style>
a { background-color: #16CEB0; }
a { background-color: rgb(22,206,176); }
div.DivClassName
{
background-color: #16CEB0;
}
.BgClassName
{
background-color: #16CEB0;
}
</style>
border-color css
<style>
span { border-color: #16CEB0; }
span { border-color: rgb(22,206,176); }
td.TdClassName
{
border-color: #16CEB0;
}
.TagClassName
{
border-color: #16CEB0;
}
</style>