Shades of Caribbean Green #18DC8D
Tints of Caribbean Green #18DC8D
RGB
CMYK
RGB Variations
Color information
#18DC8D (or 0x18DC8D) is known color: Caribbean Green. HEX triplet: 18, DC and 8D. RGB value is (24,220,141). Sum of RGB (Red+Green+Blue) = 24+220+141=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC8D is #E72372. Grayscale: #989898. Windows color (decimal): -15147891 or 9296920. OLE color: 9296920.
HSL color Cylindrical-coordinate representation of color #18DC8D: hue angle of 155.82º 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 #18DC8D is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 141 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.14 |
| HSL | 155.82º | 0.8% | 0.48% | - |
| HSV(B) | 155.82º | 0.89% | 0.86% | - |
| XYZ | 30.78 | 53.3 | 33.87 | - |
| YUV | 152.39 | 121.57 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 141 | 0.89 | 0 | 0.36 | 0.14 | 155.82 | 0.8 | 0.48 |
| Hex | 18 | DC | 8D | 59 | 0 | 24 | E | 9C | 50 | 30 |
| Octal | 30 | 334 | 215 | 131 | 0 | 44 | 16 | 234 | 120 | 60 |
| Binary | 11000 | 11011100 | 10001101 | 1011001 | 0 | 100100 | 1110 | 10011100 | 1010000 | 110000 |
Color Harmonies of #18DC8D
Complementary color
Monochromatic Colors of #18DC8D
Black with #18DC8D
Text Example
Text Example
White with #18DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC8D; }
p { color: rgb(24,220,141); }
H1.HeaderClassName
{
color: #18DC8D;
}
.AnyTagClassName
{
color: #18DC8D;
}
</style>
background-color css
<style>
a { background-color: #18DC8D; }
a { background-color: rgb(24,220,141); }
div.DivClassName
{
background-color: #18DC8D;
}
.BgClassName
{
background-color: #18DC8D;
}
</style>
border-color css
<style>
span { border-color: #18DC8D; }
span { border-color: rgb(24,220,141); }
td.TdClassName
{
border-color: #18DC8D;
}
.TagClassName
{
border-color: #18DC8D;
}
</style>