Shades of Caribbean Green #16C09B
Tints of Caribbean Green #16C09B
RGB
CMYK
RGB Variations
Color information
#16C09B (or 0x16C09B) is known color: Caribbean Green. HEX triplet: 16, C0 and 9B. RGB value is (22,192,155). Sum of RGB (Red+Green+Blue) = 22+192+155=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #16C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C09B is #E93F64. Grayscale: #888888. Windows color (decimal): -15286117 or 10207254. OLE color: 10207254.
HSL color Cylindrical-coordinate representation of color #16C09B: hue angle of 166.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C09B is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 155 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.25 |
| HSL | 166.94º | 0.79% | 0.42% | - |
| HSV(B) | 166.94º | 0.89% | 0.75% | - |
| XYZ | 25.1 | 40.24 | 37.45 | - |
| YUV | 136.95 | 138.18 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 155 | 0.89 | 0 | 0.19 | 0.25 | 166.94 | 0.79 | 0.42 |
| Hex | 16 | C0 | 9B | 59 | 0 | 13 | 19 | A7 | 4F | 2A |
| Octal | 26 | 300 | 233 | 131 | 0 | 23 | 31 | 247 | 117 | 52 |
| Binary | 10110 | 11000000 | 10011011 | 1011001 | 0 | 10011 | 11001 | 10100111 | 1001111 | 101010 |
Color Harmonies of #16C09B
Complementary color
Monochromatic Colors of #16C09B
Black with #16C09B
Text Example
Text Example
White with #16C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C09B; }
p { color: rgb(22,192,155); }
H1.HeaderClassName
{
color: #16C09B;
}
.AnyTagClassName
{
color: #16C09B;
}
</style>
background-color css
<style>
a { background-color: #16C09B; }
a { background-color: rgb(22,192,155); }
div.DivClassName
{
background-color: #16C09B;
}
.BgClassName
{
background-color: #16C09B;
}
</style>
border-color css
<style>
span { border-color: #16C09B; }
span { border-color: rgb(22,192,155); }
td.TdClassName
{
border-color: #16C09B;
}
.TagClassName
{
border-color: #16C09B;
}
</style>