Shades of Caribbean Green #18D88B
Tints of Caribbean Green #18D88B
RGB
CMYK
RGB Variations
Color information
#18D88B (or 0x18D88B) is known color: Caribbean Green. HEX triplet: 18, D8 and 8B. RGB value is (24,216,139). Sum of RGB (Red+Green+Blue) = 24+216+139=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #18D88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D88B is #E72774. Grayscale: #959595. Windows color (decimal): -15148917 or 9164824. OLE color: 9164824.
HSL color Cylindrical-coordinate representation of color #18D88B: hue angle of 155.94º 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 #18D88B is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 139 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.15 |
| HSL | 155.94º | 0.8% | 0.47% | - |
| HSV(B) | 155.94º | 0.89% | 0.85% | - |
| XYZ | 29.59 | 51.17 | 32.74 | - |
| YUV | 149.81 | 121.89 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 139 | 0.89 | 0 | 0.36 | 0.15 | 155.94 | 0.8 | 0.47 |
| Hex | 18 | D8 | 8B | 59 | 0 | 24 | F | 9C | 50 | 2F |
| Octal | 30 | 330 | 213 | 131 | 0 | 44 | 17 | 234 | 120 | 57 |
| Binary | 11000 | 11011000 | 10001011 | 1011001 | 0 | 100100 | 1111 | 10011100 | 1010000 | 101111 |
Color Harmonies of #18D88B
Complementary color
Monochromatic Colors of #18D88B
Black with #18D88B
Text Example
Text Example
White with #18D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D88B; }
p { color: rgb(24,216,139); }
H1.HeaderClassName
{
color: #18D88B;
}
.AnyTagClassName
{
color: #18D88B;
}
</style>
background-color css
<style>
a { background-color: #18D88B; }
a { background-color: rgb(24,216,139); }
div.DivClassName
{
background-color: #18D88B;
}
.BgClassName
{
background-color: #18D88B;
}
</style>
border-color css
<style>
span { border-color: #18D88B; }
span { border-color: rgb(24,216,139); }
td.TdClassName
{
border-color: #18D88B;
}
.TagClassName
{
border-color: #18D88B;
}
</style>