Shades of Caribbean Green #16C29A
Tints of Caribbean Green #16C29A
RGB
CMYK
RGB Variations
Color information
#16C29A (or 0x16C29A) is known color: Caribbean Green. HEX triplet: 16, C2 and 9A. RGB value is (22,194,154). Sum of RGB (Red+Green+Blue) = 22+194+154=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #16C29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C29A is #E93D65. Grayscale: #8A8A8A. Windows color (decimal): -15285606 or 10142230. OLE color: 10142230.
HSL color Cylindrical-coordinate representation of color #16C29A: hue angle of 166.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C29A is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 194 | 154 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.24 |
| HSL | 166.05º | 0.8% | 0.42% | - |
| HSV(B) | 166.05º | 0.89% | 0.76% | - |
| XYZ | 25.46 | 41.09 | 37.16 | - |
| YUV | 138.01 | 137.02 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 154 | 0.89 | 0 | 0.21 | 0.24 | 166.05 | 0.8 | 0.42 |
| Hex | 16 | C2 | 9A | 59 | 0 | 15 | 18 | A6 | 50 | 2A |
| Octal | 26 | 302 | 232 | 131 | 0 | 25 | 30 | 246 | 120 | 52 |
| Binary | 10110 | 11000010 | 10011010 | 1011001 | 0 | 10101 | 11000 | 10100110 | 1010000 | 101010 |
Color Harmonies of #16C29A
Complementary color
Monochromatic Colors of #16C29A
Black with #16C29A
Text Example
Text Example
White with #16C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C29A; }
p { color: rgb(22,194,154); }
H1.HeaderClassName
{
color: #16C29A;
}
.AnyTagClassName
{
color: #16C29A;
}
</style>
background-color css
<style>
a { background-color: #16C29A; }
a { background-color: rgb(22,194,154); }
div.DivClassName
{
background-color: #16C29A;
}
.BgClassName
{
background-color: #16C29A;
}
</style>
border-color css
<style>
span { border-color: #16C29A; }
span { border-color: rgb(22,194,154); }
td.TdClassName
{
border-color: #16C29A;
}
.TagClassName
{
border-color: #16C29A;
}
</style>