Shades of Caribbean Green #16CA8F
Tints of Caribbean Green #16CA8F
RGB
CMYK
RGB Variations
Color information
#16CA8F (or 0x16CA8F) is known color: Caribbean Green. HEX triplet: 16, CA and 8F. RGB value is (22,202,143). Sum of RGB (Red+Green+Blue) = 22+202+143=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CA8F is #E93570. Grayscale: #8D8D8D. Windows color (decimal): -15283569 or 9423382. OLE color: 9423382.
HSL color Cylindrical-coordinate representation of color #16CA8F: hue angle of 160.33º 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 #16CA8F is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 143 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.21 |
| HSL | 160.33º | 0.8% | 0.44% | - |
| HSV(B) | 160.33º | 0.89% | 0.79% | - |
| XYZ | 26.41 | 44.39 | 33.16 | - |
| YUV | 141.45 | 128.87 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 143 | 0.89 | 0 | 0.29 | 0.21 | 160.33 | 0.8 | 0.44 |
| Hex | 16 | CA | 8F | 59 | 0 | 1D | 15 | A0 | 50 | 2C |
| Octal | 26 | 312 | 217 | 131 | 0 | 35 | 25 | 240 | 120 | 54 |
| Binary | 10110 | 11001010 | 10001111 | 1011001 | 0 | 11101 | 10101 | 10100000 | 1010000 | 101100 |
Color Harmonies of #16CA8F
Complementary color
Monochromatic Colors of #16CA8F
Black with #16CA8F
Text Example
Text Example
White with #16CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA8F; }
p { color: rgb(22,202,143); }
H1.HeaderClassName
{
color: #16CA8F;
}
.AnyTagClassName
{
color: #16CA8F;
}
</style>
background-color css
<style>
a { background-color: #16CA8F; }
a { background-color: rgb(22,202,143); }
div.DivClassName
{
background-color: #16CA8F;
}
.BgClassName
{
background-color: #16CA8F;
}
</style>
border-color css
<style>
span { border-color: #16CA8F; }
span { border-color: rgb(22,202,143); }
td.TdClassName
{
border-color: #16CA8F;
}
.TagClassName
{
border-color: #16CA8F;
}
</style>