Shades of Caribbean Green #16CFAA
Tints of Caribbean Green #16CFAA
RGB
CMYK
RGB Variations
Color information
#16CFAA (or 0x16CFAA) is known color: Caribbean Green. HEX triplet: 16, CF and AA. RGB value is (22,207,170). Sum of RGB (Red+Green+Blue) = 22+207+170=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #16CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CFAA is #E93055. Grayscale: #939393. Windows color (decimal): -15282262 or 11194134. OLE color: 11194134.
HSL color Cylindrical-coordinate representation of color #16CFAA: hue angle of 168º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CFAA is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 170 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.19 |
| HSL | 168º | 0.81% | 0.45% | - |
| HSV(B) | 168º | 0.89% | 0.81% | - |
| XYZ | 29.9 | 47.7 | 45.66 | - |
| YUV | 147.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 170 | 0.89 | 0 | 0.18 | 0.19 | 168 | 0.81 | 0.45 |
| Hex | 16 | CF | AA | 59 | 0 | 12 | 13 | A8 | 51 | 2D |
| Octal | 26 | 317 | 252 | 131 | 0 | 22 | 23 | 250 | 121 | 55 |
| Binary | 10110 | 11001111 | 10101010 | 1011001 | 0 | 10010 | 10011 | 10101000 | 1010001 | 101101 |
Color Harmonies of #16CFAA
Complementary color
Monochromatic Colors of #16CFAA
Black with #16CFAA
Text Example
Text Example
White with #16CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CFAA; }
p { color: rgb(22,207,170); }
H1.HeaderClassName
{
color: #16CFAA;
}
.AnyTagClassName
{
color: #16CFAA;
}
</style>
background-color css
<style>
a { background-color: #16CFAA; }
a { background-color: rgb(22,207,170); }
div.DivClassName
{
background-color: #16CFAA;
}
.BgClassName
{
background-color: #16CFAA;
}
</style>
border-color css
<style>
span { border-color: #16CFAA; }
span { border-color: rgb(22,207,170); }
td.TdClassName
{
border-color: #16CFAA;
}
.TagClassName
{
border-color: #16CFAA;
}
</style>