Shades of Caribbean Green #18D294
Tints of Caribbean Green #18D294
RGB
CMYK
RGB Variations
Color information
#18D294 (or 0x18D294) is known color: Caribbean Green. HEX triplet: 18, D2 and 94. RGB value is (24,210,148). Sum of RGB (Red+Green+Blue) = 24+210+148=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #18D294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D294 is #E72D6B. Grayscale: #939393. Windows color (decimal): -15150444 or 9753112. OLE color: 9753112.
HSL color Cylindrical-coordinate representation of color #18D294: hue angle of 160º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D294 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 148 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.18 |
| HSL | 160º | 0.79% | 0.46% | - |
| HSV(B) | 160º | 0.89% | 0.82% | - |
| XYZ | 28.77 | 48.43 | 35.85 | - |
| YUV | 147.32 | 128.38 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 148 | 0.89 | 0 | 0.30 | 0.18 | 160 | 0.79 | 0.46 |
| Hex | 18 | D2 | 94 | 59 | 0 | 1E | 12 | A0 | 4F | 2E |
| Octal | 30 | 322 | 224 | 131 | 0 | 36 | 22 | 240 | 117 | 56 |
| Binary | 11000 | 11010010 | 10010100 | 1011001 | 0 | 11110 | 10010 | 10100000 | 1001111 | 101110 |
Color Harmonies of #18D294
Complementary color
Monochromatic Colors of #18D294
Black with #18D294
Text Example
Text Example
White with #18D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D294; }
p { color: rgb(24,210,148); }
H1.HeaderClassName
{
color: #18D294;
}
.AnyTagClassName
{
color: #18D294;
}
</style>
background-color css
<style>
a { background-color: #18D294; }
a { background-color: rgb(24,210,148); }
div.DivClassName
{
background-color: #18D294;
}
.BgClassName
{
background-color: #18D294;
}
</style>
border-color css
<style>
span { border-color: #18D294; }
span { border-color: rgb(24,210,148); }
td.TdClassName
{
border-color: #18D294;
}
.TagClassName
{
border-color: #18D294;
}
</style>