Shades of Caribbean Green #16DEAD
Tints of Caribbean Green #16DEAD
RGB
CMYK
RGB Variations
Color information
#16DEAD (or 0x16DEAD) is known color: Caribbean Green. HEX triplet: 16, DE and AD. RGB value is (22,222,173). Sum of RGB (Red+Green+Blue) = 22+222+173=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #16DEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DEAD is #E92152. Grayscale: #9C9C9C. Windows color (decimal): -15278419 or 11394582. OLE color: 11394582.
HSL color Cylindrical-coordinate representation of color #16DEAD: hue angle of 165.3º 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 #16DEAD is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 222 | 173 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.13 |
| HSL | 165.3º | 0.82% | 0.48% | - |
| HSV(B) | 165.3º | 0.9% | 0.87% | - |
| XYZ | 33.99 | 55.43 | 48.44 | - |
| YUV | 156.61 | 137.24 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 222 | 173 | 0.90 | 0 | 0.22 | 0.13 | 165.3 | 0.82 | 0.48 |
| Hex | 16 | DE | AD | 5A | 0 | 16 | D | A5 | 52 | 30 |
| Octal | 26 | 336 | 255 | 132 | 0 | 26 | 15 | 245 | 122 | 60 |
| Binary | 10110 | 11011110 | 10101101 | 1011010 | 0 | 10110 | 1101 | 10100101 | 1010010 | 110000 |
Color Harmonies of #16DEAD
Complementary color
Monochromatic Colors of #16DEAD
Black with #16DEAD
Text Example
Text Example
White with #16DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DEAD; }
p { color: rgb(22,222,173); }
H1.HeaderClassName
{
color: #16DEAD;
}
.AnyTagClassName
{
color: #16DEAD;
}
</style>
background-color css
<style>
a { background-color: #16DEAD; }
a { background-color: rgb(22,222,173); }
div.DivClassName
{
background-color: #16DEAD;
}
.BgClassName
{
background-color: #16DEAD;
}
</style>
border-color css
<style>
span { border-color: #16DEAD; }
span { border-color: rgb(22,222,173); }
td.TdClassName
{
border-color: #16DEAD;
}
.TagClassName
{
border-color: #16DEAD;
}
</style>