Shades of Caribbean Green #16DB83
Tints of Caribbean Green #16DB83
RGB
CMYK
RGB Variations
Color information
#16DB83 (or 0x16DB83) is known color: Caribbean Green. HEX triplet: 16, DB and 83. RGB value is (22,219,131). Sum of RGB (Red+Green+Blue) = 22+219+131=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DB83 is #E9247C. Grayscale: #969696. Windows color (decimal): -15279229 or 8641302. OLE color: 8641302.
HSL color Cylindrical-coordinate representation of color #16DB83: hue angle of 153.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DB83 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 131 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.14 |
| HSL | 153.2º | 0.82% | 0.47% | - |
| HSV(B) | 153.2º | 0.9% | 0.86% | - |
| XYZ | 29.76 | 52.47 | 30.03 | - |
| YUV | 150.07 | 117.23 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 131 | 0.90 | 0 | 0.40 | 0.14 | 153.2 | 0.82 | 0.47 |
| Hex | 16 | DB | 83 | 5A | 0 | 28 | E | 99 | 52 | 2F |
| Octal | 26 | 333 | 203 | 132 | 0 | 50 | 16 | 231 | 122 | 57 |
| Binary | 10110 | 11011011 | 10000011 | 1011010 | 0 | 101000 | 1110 | 10011001 | 1010010 | 101111 |
Color Harmonies of #16DB83
Complementary color
Monochromatic Colors of #16DB83
Black with #16DB83
Text Example
Text Example
White with #16DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB83; }
p { color: rgb(22,219,131); }
H1.HeaderClassName
{
color: #16DB83;
}
.AnyTagClassName
{
color: #16DB83;
}
</style>
background-color css
<style>
a { background-color: #16DB83; }
a { background-color: rgb(22,219,131); }
div.DivClassName
{
background-color: #16DB83;
}
.BgClassName
{
background-color: #16DB83;
}
</style>
border-color css
<style>
span { border-color: #16DB83; }
span { border-color: rgb(22,219,131); }
td.TdClassName
{
border-color: #16DB83;
}
.TagClassName
{
border-color: #16DB83;
}
</style>