Shades of Caribbean Green #18DCAC
Tints of Caribbean Green #18DCAC
RGB
CMYK
RGB Variations
Color information
#18DCAC (or 0x18DCAC) is known color: Caribbean Green. HEX triplet: 18, DC and AC. RGB value is (24,220,172). Sum of RGB (Red+Green+Blue) = 24+220+172=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DCAC is #E72353. Grayscale: #9B9B9B. Windows color (decimal): -15147860 or 11328536. OLE color: 11328536.
HSL color Cylindrical-coordinate representation of color #18DCAC: hue angle of 165.31º 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 #18DCAC is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 172 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.14 |
| HSL | 165.31º | 0.8% | 0.48% | - |
| HSV(B) | 165.31º | 0.89% | 0.86% | - |
| XYZ | 33.42 | 54.36 | 47.76 | - |
| YUV | 155.92 | 137.07 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 172 | 0.89 | 0 | 0.22 | 0.14 | 165.31 | 0.8 | 0.48 |
| Hex | 18 | DC | AC | 59 | 0 | 16 | E | A5 | 50 | 30 |
| Octal | 30 | 334 | 254 | 131 | 0 | 26 | 16 | 245 | 120 | 60 |
| Binary | 11000 | 11011100 | 10101100 | 1011001 | 0 | 10110 | 1110 | 10100101 | 1010000 | 110000 |
Color Harmonies of #18DCAC
Complementary color
Monochromatic Colors of #18DCAC
Black with #18DCAC
Text Example
Text Example
White with #18DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCAC; }
p { color: rgb(24,220,172); }
H1.HeaderClassName
{
color: #18DCAC;
}
.AnyTagClassName
{
color: #18DCAC;
}
</style>
background-color css
<style>
a { background-color: #18DCAC; }
a { background-color: rgb(24,220,172); }
div.DivClassName
{
background-color: #18DCAC;
}
.BgClassName
{
background-color: #18DCAC;
}
</style>
border-color css
<style>
span { border-color: #18DCAC; }
span { border-color: rgb(24,220,172); }
td.TdClassName
{
border-color: #18DCAC;
}
.TagClassName
{
border-color: #18DCAC;
}
</style>