Shades of Caribbean Green #18DA91
Tints of Caribbean Green #18DA91
RGB
CMYK
RGB Variations
Color information
#18DA91 (or 0x18DA91) is known color: Caribbean Green. HEX triplet: 18, DA and 91. RGB value is (24,218,145). Sum of RGB (Red+Green+Blue) = 24+218+145=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DA91 is #E7256E. Grayscale: #979797. Windows color (decimal): -15148399 or 9558552. OLE color: 9558552.
HSL color Cylindrical-coordinate representation of color #18DA91: hue angle of 157.42º 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 #18DA91 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 218 | 145 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.15 |
| HSL | 157.42º | 0.8% | 0.47% | - |
| HSV(B) | 157.42º | 0.89% | 0.85% | - |
| XYZ | 30.56 | 52.38 | 35.29 | - |
| YUV | 151.67 | 124.23 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 218 | 145 | 0.89 | 0 | 0.33 | 0.15 | 157.42 | 0.8 | 0.47 |
| Hex | 18 | DA | 91 | 59 | 0 | 21 | F | 9D | 50 | 2F |
| Octal | 30 | 332 | 221 | 131 | 0 | 41 | 17 | 235 | 120 | 57 |
| Binary | 11000 | 11011010 | 10010001 | 1011001 | 0 | 100001 | 1111 | 10011101 | 1010000 | 101111 |
Color Harmonies of #18DA91
Complementary color
Monochromatic Colors of #18DA91
Black with #18DA91
Text Example
Text Example
White with #18DA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DA91; }
p { color: rgb(24,218,145); }
H1.HeaderClassName
{
color: #18DA91;
}
.AnyTagClassName
{
color: #18DA91;
}
</style>
background-color css
<style>
a { background-color: #18DA91; }
a { background-color: rgb(24,218,145); }
div.DivClassName
{
background-color: #18DA91;
}
.BgClassName
{
background-color: #18DA91;
}
</style>
border-color css
<style>
span { border-color: #18DA91; }
span { border-color: rgb(24,218,145); }
td.TdClassName
{
border-color: #18DA91;
}
.TagClassName
{
border-color: #18DA91;
}
</style>