Shades of Caribbean Green #18DBAF
Tints of Caribbean Green #18DBAF
RGB
CMYK
RGB Variations
Color information
#18DBAF (or 0x18DBAF) is known color: Caribbean Green. HEX triplet: 18, DB and AF. RGB value is (24,219,175). Sum of RGB (Red+Green+Blue) = 24+219+175=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DBAF is #E72450. Grayscale: #9B9B9B. Windows color (decimal): -15148113 or 11524888. OLE color: 11524888.
HSL color Cylindrical-coordinate representation of color #18DBAF: hue angle of 166.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBAF is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 175 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.14 |
| HSL | 166.46º | 0.8% | 0.48% | - |
| HSV(B) | 166.46º | 0.89% | 0.86% | - |
| XYZ | 33.45 | 53.95 | 49.21 | - |
| YUV | 155.68 | 138.9 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 175 | 0.89 | 0 | 0.20 | 0.14 | 166.46 | 0.8 | 0.48 |
| Hex | 18 | DB | AF | 59 | 0 | 14 | E | A6 | 50 | 30 |
| Octal | 30 | 333 | 257 | 131 | 0 | 24 | 16 | 246 | 120 | 60 |
| Binary | 11000 | 11011011 | 10101111 | 1011001 | 0 | 10100 | 1110 | 10100110 | 1010000 | 110000 |
Color Harmonies of #18DBAF
Complementary color
Monochromatic Colors of #18DBAF
Black with #18DBAF
Text Example
Text Example
White with #18DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBAF; }
p { color: rgb(24,219,175); }
H1.HeaderClassName
{
color: #18DBAF;
}
.AnyTagClassName
{
color: #18DBAF;
}
</style>
background-color css
<style>
a { background-color: #18DBAF; }
a { background-color: rgb(24,219,175); }
div.DivClassName
{
background-color: #18DBAF;
}
.BgClassName
{
background-color: #18DBAF;
}
</style>
border-color css
<style>
span { border-color: #18DBAF; }
span { border-color: rgb(24,219,175); }
td.TdClassName
{
border-color: #18DBAF;
}
.TagClassName
{
border-color: #18DBAF;
}
</style>