Shades of Caribbean Green #16DFAA
Tints of Caribbean Green #16DFAA
RGB
CMYK
RGB Variations
Color information
#16DFAA (or 0x16DFAA) is known color: Caribbean Green. HEX triplet: 16, DF and AA. RGB value is (22,223,170). Sum of RGB (Red+Green+Blue) = 22+223+170=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #16DFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DFAA is #E92055. Grayscale: #9C9C9C. Windows color (decimal): -15278166 or 11198230. OLE color: 11198230.
HSL color Cylindrical-coordinate representation of color #16DFAA: hue angle of 164.18º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DFAA is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 170 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.13 |
| HSL | 164.18º | 0.82% | 0.48% | - |
| HSV(B) | 164.18º | 0.9% | 0.87% | - |
| XYZ | 33.97 | 55.85 | 47.02 | - |
| YUV | 156.86 | 135.41 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 170 | 0.90 | 0 | 0.24 | 0.13 | 164.18 | 0.82 | 0.48 |
| Hex | 16 | DF | AA | 5A | 0 | 18 | D | A4 | 52 | 30 |
| Octal | 26 | 337 | 252 | 132 | 0 | 30 | 15 | 244 | 122 | 60 |
| Binary | 10110 | 11011111 | 10101010 | 1011010 | 0 | 11000 | 1101 | 10100100 | 1010010 | 110000 |
Color Harmonies of #16DFAA
Complementary color
Monochromatic Colors of #16DFAA
Black with #16DFAA
Text Example
Text Example
White with #16DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DFAA; }
p { color: rgb(22,223,170); }
H1.HeaderClassName
{
color: #16DFAA;
}
.AnyTagClassName
{
color: #16DFAA;
}
</style>
background-color css
<style>
a { background-color: #16DFAA; }
a { background-color: rgb(22,223,170); }
div.DivClassName
{
background-color: #16DFAA;
}
.BgClassName
{
background-color: #16DFAA;
}
</style>
border-color css
<style>
span { border-color: #16DFAA; }
span { border-color: rgb(22,223,170); }
td.TdClassName
{
border-color: #16DFAA;
}
.TagClassName
{
border-color: #16DFAA;
}
</style>