Shades of Caribbean Green #18D88A
Tints of Caribbean Green #18D88A
RGB
CMYK
RGB Variations
Color information
#18D88A (or 0x18D88A) is known color: Caribbean Green. HEX triplet: 18, D8 and 8A. RGB value is (24,216,138). Sum of RGB (Red+Green+Blue) = 24+216+138=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #18D88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D88A is #E72775. Grayscale: #959595. Windows color (decimal): -15148918 or 9099288. OLE color: 9099288.
HSL color Cylindrical-coordinate representation of color #18D88A: hue angle of 155.62º 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 #18D88A is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 138 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.15 |
| HSL | 155.63º | 0.8% | 0.47% | - |
| HSV(B) | 155.63º | 0.89% | 0.85% | - |
| XYZ | 29.52 | 51.14 | 32.36 | - |
| YUV | 149.7 | 121.39 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 138 | 0.89 | 0 | 0.36 | 0.15 | 155.63 | 0.8 | 0.47 |
| Hex | 18 | D8 | 8A | 59 | 0 | 24 | F | 9C | 50 | 2F |
| Octal | 30 | 330 | 212 | 131 | 0 | 44 | 17 | 234 | 120 | 57 |
| Binary | 11000 | 11011000 | 10001010 | 1011001 | 0 | 100100 | 1111 | 10011100 | 1010000 | 101111 |
Color Harmonies of #18D88A
Complementary color
Monochromatic Colors of #18D88A
Black with #18D88A
Text Example
Text Example
White with #18D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D88A; }
p { color: rgb(24,216,138); }
H1.HeaderClassName
{
color: #18D88A;
}
.AnyTagClassName
{
color: #18D88A;
}
</style>
background-color css
<style>
a { background-color: #18D88A; }
a { background-color: rgb(24,216,138); }
div.DivClassName
{
background-color: #18D88A;
}
.BgClassName
{
background-color: #18D88A;
}
</style>
border-color css
<style>
span { border-color: #18D88A; }
span { border-color: rgb(24,216,138); }
td.TdClassName
{
border-color: #18D88A;
}
.TagClassName
{
border-color: #18D88A;
}
</style>