Shades of Caribbean Green #18D296
Tints of Caribbean Green #18D296
RGB
CMYK
RGB Variations
Color information
#18D296 (or 0x18D296) is known color: Caribbean Green. HEX triplet: 18, D2 and 96. RGB value is (24,210,150). Sum of RGB (Red+Green+Blue) = 24+210+150=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #18D296 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D296 is #E72D69. Grayscale: #939393. Windows color (decimal): -15150442 or 9884184. OLE color: 9884184.
HSL color Cylindrical-coordinate representation of color #18D296: hue angle of 160.65º 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 #18D296 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 150 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.18 |
| HSL | 160.65º | 0.79% | 0.46% | - |
| HSV(B) | 160.65º | 0.89% | 0.82% | - |
| XYZ | 28.93 | 48.49 | 36.69 | - |
| YUV | 147.55 | 129.38 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 150 | 0.89 | 0 | 0.29 | 0.18 | 160.65 | 0.79 | 0.46 |
| Hex | 18 | D2 | 96 | 59 | 0 | 1D | 12 | A1 | 4F | 2E |
| Octal | 30 | 322 | 226 | 131 | 0 | 35 | 22 | 241 | 117 | 56 |
| Binary | 11000 | 11010010 | 10010110 | 1011001 | 0 | 11101 | 10010 | 10100001 | 1001111 | 101110 |
Color Harmonies of #18D296
Complementary color
Monochromatic Colors of #18D296
Black with #18D296
Text Example
Text Example
White with #18D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D296; }
p { color: rgb(24,210,150); }
H1.HeaderClassName
{
color: #18D296;
}
.AnyTagClassName
{
color: #18D296;
}
</style>
background-color css
<style>
a { background-color: #18D296; }
a { background-color: rgb(24,210,150); }
div.DivClassName
{
background-color: #18D296;
}
.BgClassName
{
background-color: #18D296;
}
</style>
border-color css
<style>
span { border-color: #18D296; }
span { border-color: rgb(24,210,150); }
td.TdClassName
{
border-color: #18D296;
}
.TagClassName
{
border-color: #18D296;
}
</style>