Shades of Caribbean Green #18D4AD
Tints of Caribbean Green #18D4AD
RGB
CMYK
RGB Variations
Color information
#18D4AD (or 0x18D4AD) is known color: Caribbean Green. HEX triplet: 18, D4 and AD. RGB value is (24,212,173). Sum of RGB (Red+Green+Blue) = 24+212+173=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 212 (83.20% from 255 or 51.83% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 212 - color contains mainly: green. Hex color #18D4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D4AD is #E72B52. Grayscale: #979797. Windows color (decimal): -15149907 or 11392024. OLE color: 11392024.
HSL color Cylindrical-coordinate representation of color #18D4AD: hue angle of 167.55º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D4AD is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 173 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.17 |
| HSL | 167.55º | 0.8% | 0.46% | - |
| HSV(B) | 167.55º | 0.89% | 0.83% | - |
| XYZ | 31.46 | 50.3 | 47.59 | - |
| YUV | 151.34 | 140.22 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 173 | 0.89 | 0 | 0.18 | 0.17 | 167.55 | 0.8 | 0.46 |
| Hex | 18 | D4 | AD | 59 | 0 | 12 | 11 | A8 | 50 | 2E |
| Octal | 30 | 324 | 255 | 131 | 0 | 22 | 21 | 250 | 120 | 56 |
| Binary | 11000 | 11010100 | 10101101 | 1011001 | 0 | 10010 | 10001 | 10101000 | 1010000 | 101110 |
Color Harmonies of #18D4AD
Complementary color
Monochromatic Colors of #18D4AD
Black with #18D4AD
Text Example
Text Example
White with #18D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D4AD; }
p { color: rgb(24,212,173); }
H1.HeaderClassName
{
color: #18D4AD;
}
.AnyTagClassName
{
color: #18D4AD;
}
</style>
background-color css
<style>
a { background-color: #18D4AD; }
a { background-color: rgb(24,212,173); }
div.DivClassName
{
background-color: #18D4AD;
}
.BgClassName
{
background-color: #18D4AD;
}
</style>
border-color css
<style>
span { border-color: #18D4AD; }
span { border-color: rgb(24,212,173); }
td.TdClassName
{
border-color: #18D4AD;
}
.TagClassName
{
border-color: #18D4AD;
}
</style>