Shades of Caribbean Green #18C699
Tints of Caribbean Green #18C699
RGB
CMYK
RGB Variations
Color information
#18C699 (or 0x18C699) is known color: Caribbean Green. HEX triplet: 18, C6 and 99. RGB value is (24,198,153). Sum of RGB (Red+Green+Blue) = 24+198+153=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #18C699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C699 is #E73966. Grayscale: #8C8C8C. Windows color (decimal): -15153511 or 10077720. OLE color: 10077720.
HSL color Cylindrical-coordinate representation of color #18C699: hue angle of 164.48º 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 #18C699 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 153 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.22 |
| HSL | 164.48º | 0.78% | 0.44% | - |
| HSV(B) | 164.48º | 0.88% | 0.78% | - |
| XYZ | 26.32 | 42.88 | 37.03 | - |
| YUV | 140.84 | 134.85 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 153 | 0.88 | 0 | 0.23 | 0.22 | 164.48 | 0.78 | 0.44 |
| Hex | 18 | C6 | 99 | 58 | 0 | 17 | 16 | A4 | 4E | 2C |
| Octal | 30 | 306 | 231 | 130 | 0 | 27 | 26 | 244 | 116 | 54 |
| Binary | 11000 | 11000110 | 10011001 | 1011000 | 0 | 10111 | 10110 | 10100100 | 1001110 | 101100 |
Color Harmonies of #18C699
Complementary color
Monochromatic Colors of #18C699
Black with #18C699
Text Example
Text Example
White with #18C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C699; }
p { color: rgb(24,198,153); }
H1.HeaderClassName
{
color: #18C699;
}
.AnyTagClassName
{
color: #18C699;
}
</style>
background-color css
<style>
a { background-color: #18C699; }
a { background-color: rgb(24,198,153); }
div.DivClassName
{
background-color: #18C699;
}
.BgClassName
{
background-color: #18C699;
}
</style>
border-color css
<style>
span { border-color: #18C699; }
span { border-color: rgb(24,198,153); }
td.TdClassName
{
border-color: #18C699;
}
.TagClassName
{
border-color: #18C699;
}
</style>