Shades of Caribbean Green #18C696
Tints of Caribbean Green #18C696
RGB
CMYK
RGB Variations
Color information
#18C696 (or 0x18C696) is known color: Caribbean Green. HEX triplet: 18, C6 and 96. RGB value is (24,198,150). Sum of RGB (Red+Green+Blue) = 24+198+150=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #18C696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C696 is #E73969. Grayscale: #8C8C8C. Windows color (decimal): -15153514 or 9881112. OLE color: 9881112.
HSL color Cylindrical-coordinate representation of color #18C696: hue angle of 163.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C696 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 150 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.22 |
| HSL | 163.45º | 0.78% | 0.44% | - |
| HSV(B) | 163.45º | 0.88% | 0.78% | - |
| XYZ | 26.08 | 42.78 | 35.74 | - |
| YUV | 140.5 | 133.35 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 150 | 0.88 | 0 | 0.24 | 0.22 | 163.45 | 0.78 | 0.44 |
| Hex | 18 | C6 | 96 | 58 | 0 | 18 | 16 | A3 | 4E | 2C |
| Octal | 30 | 306 | 226 | 130 | 0 | 30 | 26 | 243 | 116 | 54 |
| Binary | 11000 | 11000110 | 10010110 | 1011000 | 0 | 11000 | 10110 | 10100011 | 1001110 | 101100 |
Color Harmonies of #18C696
Complementary color
Monochromatic Colors of #18C696
Black with #18C696
Text Example
Text Example
White with #18C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C696; }
p { color: rgb(24,198,150); }
H1.HeaderClassName
{
color: #18C696;
}
.AnyTagClassName
{
color: #18C696;
}
</style>
background-color css
<style>
a { background-color: #18C696; }
a { background-color: rgb(24,198,150); }
div.DivClassName
{
background-color: #18C696;
}
.BgClassName
{
background-color: #18C696;
}
</style>
border-color css
<style>
span { border-color: #18C696; }
span { border-color: rgb(24,198,150); }
td.TdClassName
{
border-color: #18C696;
}
.TagClassName
{
border-color: #18C696;
}
</style>