Shades of Caribbean Green #18DBAD
Tints of Caribbean Green #18DBAD
RGB
CMYK
RGB Variations
Color information
#18DBAD (or 0x18DBAD) is known color: Caribbean Green. HEX triplet: 18, DB and AD. RGB value is (24,219,173). Sum of RGB (Red+Green+Blue) = 24+219+173=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DBAD is #E72452. Grayscale: #9B9B9B. Windows color (decimal): -15148115 or 11393816. OLE color: 11393816.
HSL color Cylindrical-coordinate representation of color #18DBAD: hue angle of 165.85º 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 #18DBAD is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 173 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.14 |
| HSL | 165.85º | 0.8% | 0.48% | - |
| HSV(B) | 165.85º | 0.89% | 0.86% | - |
| XYZ | 33.25 | 53.87 | 48.18 | - |
| YUV | 155.45 | 137.9 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 173 | 0.89 | 0 | 0.21 | 0.14 | 165.85 | 0.8 | 0.48 |
| Hex | 18 | DB | AD | 59 | 0 | 15 | E | A6 | 50 | 30 |
| Octal | 30 | 333 | 255 | 131 | 0 | 25 | 16 | 246 | 120 | 60 |
| Binary | 11000 | 11011011 | 10101101 | 1011001 | 0 | 10101 | 1110 | 10100110 | 1010000 | 110000 |
Color Harmonies of #18DBAD
Complementary color
Monochromatic Colors of #18DBAD
Black with #18DBAD
Text Example
Text Example
White with #18DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBAD; }
p { color: rgb(24,219,173); }
H1.HeaderClassName
{
color: #18DBAD;
}
.AnyTagClassName
{
color: #18DBAD;
}
</style>
background-color css
<style>
a { background-color: #18DBAD; }
a { background-color: rgb(24,219,173); }
div.DivClassName
{
background-color: #18DBAD;
}
.BgClassName
{
background-color: #18DBAD;
}
</style>
border-color css
<style>
span { border-color: #18DBAD; }
span { border-color: rgb(24,219,173); }
td.TdClassName
{
border-color: #18DBAD;
}
.TagClassName
{
border-color: #18DBAD;
}
</style>