Shades of Caribbean Green #18DDAC
Tints of Caribbean Green #18DDAC
RGB
CMYK
RGB Variations
Color information
#18DDAC (or 0x18DDAC) is known color: Caribbean Green. HEX triplet: 18, DD and AC. RGB value is (24,221,172). Sum of RGB (Red+Green+Blue) = 24+221+172=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DDAC is #E72253. Grayscale: #9C9C9C. Windows color (decimal): -15147604 or 11328792. OLE color: 11328792.
HSL color Cylindrical-coordinate representation of color #18DDAC: hue angle of 165.08º 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 #18DDAC is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 172 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.13 |
| HSL | 165.08º | 0.8% | 0.48% | - |
| HSV(B) | 165.08º | 0.89% | 0.87% | - |
| XYZ | 33.68 | 54.89 | 47.85 | - |
| YUV | 156.51 | 136.73 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 172 | 0.89 | 0 | 0.22 | 0.13 | 165.08 | 0.8 | 0.48 |
| Hex | 18 | DD | AC | 59 | 0 | 16 | D | A5 | 50 | 30 |
| Octal | 30 | 335 | 254 | 131 | 0 | 26 | 15 | 245 | 120 | 60 |
| Binary | 11000 | 11011101 | 10101100 | 1011001 | 0 | 10110 | 1101 | 10100101 | 1010000 | 110000 |
Color Harmonies of #18DDAC
Complementary color
Monochromatic Colors of #18DDAC
Black with #18DDAC
Text Example
Text Example
White with #18DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDAC; }
p { color: rgb(24,221,172); }
H1.HeaderClassName
{
color: #18DDAC;
}
.AnyTagClassName
{
color: #18DDAC;
}
</style>
background-color css
<style>
a { background-color: #18DDAC; }
a { background-color: rgb(24,221,172); }
div.DivClassName
{
background-color: #18DDAC;
}
.BgClassName
{
background-color: #18DDAC;
}
</style>
border-color css
<style>
span { border-color: #18DDAC; }
span { border-color: rgb(24,221,172); }
td.TdClassName
{
border-color: #18DDAC;
}
.TagClassName
{
border-color: #18DDAC;
}
</style>