Shades of Caribbean Green #18D88D
Tints of Caribbean Green #18D88D
RGB
CMYK
RGB Variations
Color information
#18D88D (or 0x18D88D) is known color: Caribbean Green. HEX triplet: 18, D8 and 8D. RGB value is (24,216,141). Sum of RGB (Red+Green+Blue) = 24+216+141=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #18D88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D88D is #E72772. Grayscale: #969696. Windows color (decimal): -15148915 or 9295896. OLE color: 9295896.
HSL color Cylindrical-coordinate representation of color #18D88D: hue angle of 156.56º 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 #18D88D is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 141 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.15 |
| HSL | 156.56º | 0.8% | 0.47% | - |
| HSV(B) | 156.56º | 0.89% | 0.85% | - |
| XYZ | 29.74 | 51.23 | 33.52 | - |
| YUV | 150.04 | 122.89 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 141 | 0.89 | 0 | 0.35 | 0.15 | 156.56 | 0.8 | 0.47 |
| Hex | 18 | D8 | 8D | 59 | 0 | 23 | F | 9D | 50 | 2F |
| Octal | 30 | 330 | 215 | 131 | 0 | 43 | 17 | 235 | 120 | 57 |
| Binary | 11000 | 11011000 | 10001101 | 1011001 | 0 | 100011 | 1111 | 10011101 | 1010000 | 101111 |
Color Harmonies of #18D88D
Complementary color
Monochromatic Colors of #18D88D
Black with #18D88D
Text Example
Text Example
White with #18D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D88D; }
p { color: rgb(24,216,141); }
H1.HeaderClassName
{
color: #18D88D;
}
.AnyTagClassName
{
color: #18D88D;
}
</style>
background-color css
<style>
a { background-color: #18D88D; }
a { background-color: rgb(24,216,141); }
div.DivClassName
{
background-color: #18D88D;
}
.BgClassName
{
background-color: #18D88D;
}
</style>
border-color css
<style>
span { border-color: #18D88D; }
span { border-color: rgb(24,216,141); }
td.TdClassName
{
border-color: #18D88D;
}
.TagClassName
{
border-color: #18D88D;
}
</style>