Shades of Caribbean Green #18DEAD
Tints of Caribbean Green #18DEAD
RGB
CMYK
RGB Variations
Color information
#18DEAD (or 0x18DEAD) is known color: Caribbean Green. HEX triplet: 18, DE and AD. RGB value is (24,222,173). Sum of RGB (Red+Green+Blue) = 24+222+173=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DEAD is #E72152. Grayscale: #9D9D9D. Windows color (decimal): -15147347 or 11394584. OLE color: 11394584.
HSL color Cylindrical-coordinate representation of color #18DEAD: hue angle of 165.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DEAD is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 173 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.13 |
| HSL | 165.15º | 0.8% | 0.48% | - |
| HSV(B) | 165.15º | 0.89% | 0.87% | - |
| XYZ | 34.04 | 55.45 | 48.44 | - |
| YUV | 157.21 | 136.9 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 173 | 0.89 | 0 | 0.22 | 0.13 | 165.15 | 0.8 | 0.48 |
| Hex | 18 | DE | AD | 59 | 0 | 16 | D | A5 | 50 | 30 |
| Octal | 30 | 336 | 255 | 131 | 0 | 26 | 15 | 245 | 120 | 60 |
| Binary | 11000 | 11011110 | 10101101 | 1011001 | 0 | 10110 | 1101 | 10100101 | 1010000 | 110000 |
Color Harmonies of #18DEAD
Complementary color
Monochromatic Colors of #18DEAD
Black with #18DEAD
Text Example
Text Example
White with #18DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEAD; }
p { color: rgb(24,222,173); }
H1.HeaderClassName
{
color: #18DEAD;
}
.AnyTagClassName
{
color: #18DEAD;
}
</style>
background-color css
<style>
a { background-color: #18DEAD; }
a { background-color: rgb(24,222,173); }
div.DivClassName
{
background-color: #18DEAD;
}
.BgClassName
{
background-color: #18DEAD;
}
</style>
border-color css
<style>
span { border-color: #18DEAD; }
span { border-color: rgb(24,222,173); }
td.TdClassName
{
border-color: #18DEAD;
}
.TagClassName
{
border-color: #18DEAD;
}
</style>