Shades of Caribbean Green #16E19B
Tints of Caribbean Green #16E19B
RGB
CMYK
RGB Variations
Color information
#16E19B (or 0x16E19B) is known color: Caribbean Green. HEX triplet: 16, E1 and 9B. RGB value is (22,225,155). Sum of RGB (Red+Green+Blue) = 22+225+155=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #16E19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E19B is #E91E64. Grayscale: #9C9C9C. Windows color (decimal): -15277669 or 10215702. OLE color: 10215702.
HSL color Cylindrical-coordinate representation of color #16E19B: hue angle of 159.31º 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 #16E19B is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 155 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.12 |
| HSL | 159.31º | 0.82% | 0.48% | - |
| HSV(B) | 159.31º | 0.9% | 0.88% | - |
| XYZ | 33.17 | 56.39 | 40.15 | - |
| YUV | 156.32 | 127.25 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 155 | 0.90 | 0 | 0.31 | 0.12 | 159.31 | 0.82 | 0.48 |
| Hex | 16 | E1 | 9B | 5A | 0 | 1F | C | 9F | 52 | 30 |
| Octal | 26 | 341 | 233 | 132 | 0 | 37 | 14 | 237 | 122 | 60 |
| Binary | 10110 | 11100001 | 10011011 | 1011010 | 0 | 11111 | 1100 | 10011111 | 1010010 | 110000 |
Color Harmonies of #16E19B
Complementary color
Monochromatic Colors of #16E19B
Black with #16E19B
Text Example
Text Example
White with #16E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E19B; }
p { color: rgb(22,225,155); }
H1.HeaderClassName
{
color: #16E19B;
}
.AnyTagClassName
{
color: #16E19B;
}
</style>
background-color css
<style>
a { background-color: #16E19B; }
a { background-color: rgb(22,225,155); }
div.DivClassName
{
background-color: #16E19B;
}
.BgClassName
{
background-color: #16E19B;
}
</style>
border-color css
<style>
span { border-color: #16E19B; }
span { border-color: rgb(22,225,155); }
td.TdClassName
{
border-color: #16E19B;
}
.TagClassName
{
border-color: #16E19B;
}
</style>