Shades of Caribbean Green #16C894
Tints of Caribbean Green #16C894
RGB
CMYK
RGB Variations
Color information
#16C894 (or 0x16C894) is known color: Caribbean Green. HEX triplet: 16, C8 and 94. RGB value is (22,200,148). Sum of RGB (Red+Green+Blue) = 22+200+148=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #16C894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C894 is #E9376B. Grayscale: #8C8C8C. Windows color (decimal): -15284076 or 9750550. OLE color: 9750550.
HSL color Cylindrical-coordinate representation of color #16C894: hue angle of 162.47º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C894 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 148 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.22 |
| HSL | 162.47º | 0.8% | 0.44% | - |
| HSV(B) | 162.47º | 0.89% | 0.78% | - |
| XYZ | 26.33 | 43.62 | 35.05 | - |
| YUV | 140.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 148 | 0.89 | 0 | 0.26 | 0.22 | 162.47 | 0.8 | 0.44 |
| Hex | 16 | C8 | 94 | 59 | 0 | 1A | 16 | A2 | 50 | 2C |
| Octal | 26 | 310 | 224 | 131 | 0 | 32 | 26 | 242 | 120 | 54 |
| Binary | 10110 | 11001000 | 10010100 | 1011001 | 0 | 11010 | 10110 | 10100010 | 1010000 | 101100 |
Color Harmonies of #16C894
Complementary color
Monochromatic Colors of #16C894
Black with #16C894
Text Example
Text Example
White with #16C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C894; }
p { color: rgb(22,200,148); }
H1.HeaderClassName
{
color: #16C894;
}
.AnyTagClassName
{
color: #16C894;
}
</style>
background-color css
<style>
a { background-color: #16C894; }
a { background-color: rgb(22,200,148); }
div.DivClassName
{
background-color: #16C894;
}
.BgClassName
{
background-color: #16C894;
}
</style>
border-color css
<style>
span { border-color: #16C894; }
span { border-color: rgb(22,200,148); }
td.TdClassName
{
border-color: #16C894;
}
.TagClassName
{
border-color: #16C894;
}
</style>