Shades of Caribbean Green #18C898
Tints of Caribbean Green #18C898
RGB
CMYK
RGB Variations
Color information
#18C898 (or 0x18C898) is known color: Caribbean Green. HEX triplet: 18, C8 and 98. RGB value is (24,200,152). Sum of RGB (Red+Green+Blue) = 24+200+152=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #18C898 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C898 is #E73767. Grayscale: #8D8D8D. Windows color (decimal): -15153000 or 10012696. OLE color: 10012696.
HSL color Cylindrical-coordinate representation of color #18C898: hue angle of 163.64º degrees, saturation: 0.79, 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 #18C898 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 200 | 152 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.22 |
| HSL | 163.64º | 0.79% | 0.44% | - |
| HSV(B) | 163.64º | 0.88% | 0.78% | - |
| XYZ | 26.7 | 43.77 | 36.75 | - |
| YUV | 141.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 152 | 0.88 | 0 | 0.24 | 0.22 | 163.64 | 0.79 | 0.44 |
| Hex | 18 | C8 | 98 | 58 | 0 | 18 | 16 | A4 | 4F | 2C |
| Octal | 30 | 310 | 230 | 130 | 0 | 30 | 26 | 244 | 117 | 54 |
| Binary | 11000 | 11001000 | 10011000 | 1011000 | 0 | 11000 | 10110 | 10100100 | 1001111 | 101100 |
Color Harmonies of #18C898
Complementary color
Monochromatic Colors of #18C898
Black with #18C898
Text Example
Text Example
White with #18C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C898; }
p { color: rgb(24,200,152); }
H1.HeaderClassName
{
color: #18C898;
}
.AnyTagClassName
{
color: #18C898;
}
</style>
background-color css
<style>
a { background-color: #18C898; }
a { background-color: rgb(24,200,152); }
div.DivClassName
{
background-color: #18C898;
}
.BgClassName
{
background-color: #18C898;
}
</style>
border-color css
<style>
span { border-color: #18C898; }
span { border-color: rgb(24,200,152); }
td.TdClassName
{
border-color: #18C898;
}
.TagClassName
{
border-color: #18C898;
}
</style>