Shades of Caribbean Green #18D997
Tints of Caribbean Green #18D997
RGB
CMYK
RGB Variations
Color information
#18D997 (or 0x18D997) is known color: Caribbean Green. HEX triplet: 18, D9 and 97. RGB value is (24,217,151). Sum of RGB (Red+Green+Blue) = 24+217+151=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #18D997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D997 is #E72668. Grayscale: #979797. Windows color (decimal): -15148649 or 9951512. OLE color: 9951512.
HSL color Cylindrical-coordinate representation of color #18D997: hue angle of 159.48º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D997 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 151 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.15 |
| HSL | 159.48º | 0.8% | 0.47% | - |
| HSV(B) | 159.48º | 0.89% | 0.85% | - |
| XYZ | 30.78 | 52.05 | 37.7 | - |
| YUV | 151.77 | 127.56 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 151 | 0.89 | 0 | 0.30 | 0.15 | 159.48 | 0.8 | 0.47 |
| Hex | 18 | D9 | 97 | 59 | 0 | 1E | F | 9F | 50 | 2F |
| Octal | 30 | 331 | 227 | 131 | 0 | 36 | 17 | 237 | 120 | 57 |
| Binary | 11000 | 11011001 | 10010111 | 1011001 | 0 | 11110 | 1111 | 10011111 | 1010000 | 101111 |
Color Harmonies of #18D997
Complementary color
Monochromatic Colors of #18D997
Black with #18D997
Text Example
Text Example
White with #18D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D997; }
p { color: rgb(24,217,151); }
H1.HeaderClassName
{
color: #18D997;
}
.AnyTagClassName
{
color: #18D997;
}
</style>
background-color css
<style>
a { background-color: #18D997; }
a { background-color: rgb(24,217,151); }
div.DivClassName
{
background-color: #18D997;
}
.BgClassName
{
background-color: #18D997;
}
</style>
border-color css
<style>
span { border-color: #18D997; }
span { border-color: rgb(24,217,151); }
td.TdClassName
{
border-color: #18D997;
}
.TagClassName
{
border-color: #18D997;
}
</style>