Shades of Caribbean Green #16CAA2
Tints of Caribbean Green #16CAA2
RGB
CMYK
RGB Variations
Color information
#16CAA2 (or 0x16CAA2) is known color: Caribbean Green. HEX triplet: 16, CA and A2. RGB value is (22,202,162). Sum of RGB (Red+Green+Blue) = 22+202+162=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #16CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CAA2 is #E9355D. Grayscale: #8F8F8F. Windows color (decimal): -15283550 or 10668566. OLE color: 10668566.
HSL color Cylindrical-coordinate representation of color #16CAA2: hue angle of 166.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CAA2 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 162 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.21 |
| HSL | 166.67º | 0.8% | 0.44% | - |
| HSV(B) | 166.67º | 0.89% | 0.79% | - |
| XYZ | 27.97 | 45.02 | 41.4 | - |
| YUV | 143.62 | 138.37 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 162 | 0.89 | 0 | 0.20 | 0.21 | 166.67 | 0.8 | 0.44 |
| Hex | 16 | CA | A2 | 59 | 0 | 14 | 15 | A7 | 50 | 2C |
| Octal | 26 | 312 | 242 | 131 | 0 | 24 | 25 | 247 | 120 | 54 |
| Binary | 10110 | 11001010 | 10100010 | 1011001 | 0 | 10100 | 10101 | 10100111 | 1010000 | 101100 |
Color Harmonies of #16CAA2
Complementary color
Monochromatic Colors of #16CAA2
Black with #16CAA2
Text Example
Text Example
White with #16CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CAA2; }
p { color: rgb(22,202,162); }
H1.HeaderClassName
{
color: #16CAA2;
}
.AnyTagClassName
{
color: #16CAA2;
}
</style>
background-color css
<style>
a { background-color: #16CAA2; }
a { background-color: rgb(22,202,162); }
div.DivClassName
{
background-color: #16CAA2;
}
.BgClassName
{
background-color: #16CAA2;
}
</style>
border-color css
<style>
span { border-color: #16CAA2; }
span { border-color: rgb(22,202,162); }
td.TdClassName
{
border-color: #16CAA2;
}
.TagClassName
{
border-color: #16CAA2;
}
</style>