Shades of Caribbean Green #18D097
Tints of Caribbean Green #18D097
RGB
CMYK
RGB Variations
Color information
#18D097 (or 0x18D097) is known color: Caribbean Green. HEX triplet: 18, D0 and 97. RGB value is (24,208,151). Sum of RGB (Red+Green+Blue) = 24+208+151=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #18D097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D097 is #E72F68. Grayscale: #929292. Windows color (decimal): -15150953 or 9949208. OLE color: 9949208.
HSL color Cylindrical-coordinate representation of color #18D097: hue angle of 161.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D097 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 151 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.18 |
| HSL | 161.41º | 0.79% | 0.45% | - |
| HSV(B) | 161.41º | 0.88% | 0.82% | - |
| XYZ | 28.52 | 47.54 | 36.95 | - |
| YUV | 146.49 | 130.54 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 151 | 0.88 | 0 | 0.27 | 0.18 | 161.41 | 0.79 | 0.45 |
| Hex | 18 | D0 | 97 | 58 | 0 | 1B | 12 | A1 | 4F | 2D |
| Octal | 30 | 320 | 227 | 130 | 0 | 33 | 22 | 241 | 117 | 55 |
| Binary | 11000 | 11010000 | 10010111 | 1011000 | 0 | 11011 | 10010 | 10100001 | 1001111 | 101101 |
Color Harmonies of #18D097
Complementary color
Monochromatic Colors of #18D097
Black with #18D097
Text Example
Text Example
White with #18D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D097; }
p { color: rgb(24,208,151); }
H1.HeaderClassName
{
color: #18D097;
}
.AnyTagClassName
{
color: #18D097;
}
</style>
background-color css
<style>
a { background-color: #18D097; }
a { background-color: rgb(24,208,151); }
div.DivClassName
{
background-color: #18D097;
}
.BgClassName
{
background-color: #18D097;
}
</style>
border-color css
<style>
span { border-color: #18D097; }
span { border-color: rgb(24,208,151); }
td.TdClassName
{
border-color: #18D097;
}
.TagClassName
{
border-color: #18D097;
}
</style>