Shades of Caribbean Green #16E19A
Tints of Caribbean Green #16E19A
RGB
CMYK
RGB Variations
Color information
#16E19A (or 0x16E19A) is known color: Caribbean Green. HEX triplet: 16, E1 and 9A. RGB value is (22,225,154). Sum of RGB (Red+Green+Blue) = 22+225+154=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #16E19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E19A is #E91E65. Grayscale: #9C9C9C. Windows color (decimal): -15277670 or 10150166. OLE color: 10150166.
HSL color Cylindrical-coordinate representation of color #16E19A: hue angle of 159.01º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E19A is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 154 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.12 |
| HSL | 159.01º | 0.82% | 0.48% | - |
| HSV(B) | 159.01º | 0.9% | 0.88% | - |
| XYZ | 33.09 | 56.35 | 39.71 | - |
| YUV | 156.21 | 126.75 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 154 | 0.90 | 0 | 0.32 | 0.12 | 159.01 | 0.82 | 0.48 |
| Hex | 16 | E1 | 9A | 5A | 0 | 20 | C | 9F | 52 | 30 |
| Octal | 26 | 341 | 232 | 132 | 0 | 40 | 14 | 237 | 122 | 60 |
| Binary | 10110 | 11100001 | 10011010 | 1011010 | 0 | 100000 | 1100 | 10011111 | 1010010 | 110000 |
Color Harmonies of #16E19A
Complementary color
Monochromatic Colors of #16E19A
Black with #16E19A
Text Example
Text Example
White with #16E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E19A; }
p { color: rgb(22,225,154); }
H1.HeaderClassName
{
color: #16E19A;
}
.AnyTagClassName
{
color: #16E19A;
}
</style>
background-color css
<style>
a { background-color: #16E19A; }
a { background-color: rgb(22,225,154); }
div.DivClassName
{
background-color: #16E19A;
}
.BgClassName
{
background-color: #16E19A;
}
</style>
border-color css
<style>
span { border-color: #16E19A; }
span { border-color: rgb(22,225,154); }
td.TdClassName
{
border-color: #16E19A;
}
.TagClassName
{
border-color: #16E19A;
}
</style>