Shades of Caribbean Green #18D9AD
Tints of Caribbean Green #18D9AD
RGB
CMYK
RGB Variations
Color information
#18D9AD (or 0x18D9AD) is known color: Caribbean Green. HEX triplet: 18, D9 and AD. RGB value is (24,217,173). Sum of RGB (Red+Green+Blue) = 24+217+173=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #18D9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D9AD is #E72652. Grayscale: #9A9A9A. Windows color (decimal): -15148627 or 11393304. OLE color: 11393304.
HSL color Cylindrical-coordinate representation of color #18D9AD: hue angle of 166.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D9AD is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 173 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.15 |
| HSL | 166.32º | 0.8% | 0.47% | - |
| HSV(B) | 166.32º | 0.89% | 0.85% | - |
| XYZ | 32.73 | 52.84 | 48.01 | - |
| YUV | 154.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 173 | 0.89 | 0 | 0.20 | 0.15 | 166.32 | 0.8 | 0.47 |
| Hex | 18 | D9 | AD | 59 | 0 | 14 | F | A6 | 50 | 2F |
| Octal | 30 | 331 | 255 | 131 | 0 | 24 | 17 | 246 | 120 | 57 |
| Binary | 11000 | 11011001 | 10101101 | 1011001 | 0 | 10100 | 1111 | 10100110 | 1010000 | 101111 |
Color Harmonies of #18D9AD
Complementary color
Monochromatic Colors of #18D9AD
Black with #18D9AD
Text Example
Text Example
White with #18D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D9AD; }
p { color: rgb(24,217,173); }
H1.HeaderClassName
{
color: #18D9AD;
}
.AnyTagClassName
{
color: #18D9AD;
}
</style>
background-color css
<style>
a { background-color: #18D9AD; }
a { background-color: rgb(24,217,173); }
div.DivClassName
{
background-color: #18D9AD;
}
.BgClassName
{
background-color: #18D9AD;
}
</style>
border-color css
<style>
span { border-color: #18D9AD; }
span { border-color: rgb(24,217,173); }
td.TdClassName
{
border-color: #18D9AD;
}
.TagClassName
{
border-color: #18D9AD;
}
</style>