Shades of Caribbean Green #18DB92
Tints of Caribbean Green #18DB92
RGB
CMYK
RGB Variations
Color information
#18DB92 (or 0x18DB92) is known color: Caribbean Green. HEX triplet: 18, DB and 92. RGB value is (24,219,146). Sum of RGB (Red+Green+Blue) = 24+219+146=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #18DB92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DB92 is #E7246D. Grayscale: #989898. Windows color (decimal): -15148142 or 9624344. OLE color: 9624344.
HSL color Cylindrical-coordinate representation of color #18DB92: hue angle of 157.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DB92 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 146 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.14 |
| HSL | 157.54º | 0.8% | 0.48% | - |
| HSV(B) | 157.54º | 0.89% | 0.86% | - |
| XYZ | 30.9 | 52.93 | 35.78 | - |
| YUV | 152.37 | 124.4 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 146 | 0.89 | 0 | 0.33 | 0.14 | 157.54 | 0.8 | 0.48 |
| Hex | 18 | DB | 92 | 59 | 0 | 21 | E | 9E | 50 | 30 |
| Octal | 30 | 333 | 222 | 131 | 0 | 41 | 16 | 236 | 120 | 60 |
| Binary | 11000 | 11011011 | 10010010 | 1011001 | 0 | 100001 | 1110 | 10011110 | 1010000 | 110000 |
Color Harmonies of #18DB92
Complementary color
Monochromatic Colors of #18DB92
Black with #18DB92
Text Example
Text Example
White with #18DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DB92; }
p { color: rgb(24,219,146); }
H1.HeaderClassName
{
color: #18DB92;
}
.AnyTagClassName
{
color: #18DB92;
}
</style>
background-color css
<style>
a { background-color: #18DB92; }
a { background-color: rgb(24,219,146); }
div.DivClassName
{
background-color: #18DB92;
}
.BgClassName
{
background-color: #18DB92;
}
</style>
border-color css
<style>
span { border-color: #18DB92; }
span { border-color: rgb(24,219,146); }
td.TdClassName
{
border-color: #18DB92;
}
.TagClassName
{
border-color: #18DB92;
}
</style>