Shades of Caribbean Green #18DDA8
Tints of Caribbean Green #18DDA8
RGB
CMYK
RGB Variations
Color information
#18DDA8 (or 0x18DDA8) is known color: Caribbean Green. HEX triplet: 18, DD and A8. RGB value is (24,221,168). Sum of RGB (Red+Green+Blue) = 24+221+168=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DDA8 is #E72257. Grayscale: #9C9C9C. Windows color (decimal): -15147608 or 11066648. OLE color: 11066648.
HSL color Cylindrical-coordinate representation of color #18DDA8: hue angle of 163.86º 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 #18DDA8 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 168 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.13 |
| HSL | 163.86º | 0.8% | 0.48% | - |
| HSV(B) | 163.86º | 0.89% | 0.87% | - |
| XYZ | 33.3 | 54.73 | 45.86 | - |
| YUV | 156.06 | 134.73 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 168 | 0.89 | 0 | 0.24 | 0.13 | 163.86 | 0.8 | 0.48 |
| Hex | 18 | DD | A8 | 59 | 0 | 18 | D | A4 | 50 | 30 |
| Octal | 30 | 335 | 250 | 131 | 0 | 30 | 15 | 244 | 120 | 60 |
| Binary | 11000 | 11011101 | 10101000 | 1011001 | 0 | 11000 | 1101 | 10100100 | 1010000 | 110000 |
Color Harmonies of #18DDA8
Complementary color
Monochromatic Colors of #18DDA8
Black with #18DDA8
Text Example
Text Example
White with #18DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDA8; }
p { color: rgb(24,221,168); }
H1.HeaderClassName
{
color: #18DDA8;
}
.AnyTagClassName
{
color: #18DDA8;
}
</style>
background-color css
<style>
a { background-color: #18DDA8; }
a { background-color: rgb(24,221,168); }
div.DivClassName
{
background-color: #18DDA8;
}
.BgClassName
{
background-color: #18DDA8;
}
</style>
border-color css
<style>
span { border-color: #18DDA8; }
span { border-color: rgb(24,221,168); }
td.TdClassName
{
border-color: #18DDA8;
}
.TagClassName
{
border-color: #18DDA8;
}
</style>