Shades of Caribbean Green #18D58B
Tints of Caribbean Green #18D58B
RGB
CMYK
RGB Variations
Color information
#18D58B (or 0x18D58B) is known color: Caribbean Green. HEX triplet: 18, D5 and 8B. RGB value is (24,213,139). Sum of RGB (Red+Green+Blue) = 24+213+139=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #18D58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D58B is #E72A74. Grayscale: #949494. Windows color (decimal): -15149685 or 9164056. OLE color: 9164056.
HSL color Cylindrical-coordinate representation of color #18D58B: hue angle of 156.51º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D58B is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 139 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.16 |
| HSL | 156.51º | 0.8% | 0.46% | - |
| HSV(B) | 156.51º | 0.89% | 0.84% | - |
| XYZ | 28.83 | 49.65 | 32.49 | - |
| YUV | 148.05 | 122.88 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 139 | 0.89 | 0 | 0.35 | 0.16 | 156.51 | 0.8 | 0.46 |
| Hex | 18 | D5 | 8B | 59 | 0 | 23 | 10 | 9D | 50 | 2E |
| Octal | 30 | 325 | 213 | 131 | 0 | 43 | 20 | 235 | 120 | 56 |
| Binary | 11000 | 11010101 | 10001011 | 1011001 | 0 | 100011 | 10000 | 10011101 | 1010000 | 101110 |
Color Harmonies of #18D58B
Complementary color
Monochromatic Colors of #18D58B
Black with #18D58B
Text Example
Text Example
White with #18D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D58B; }
p { color: rgb(24,213,139); }
H1.HeaderClassName
{
color: #18D58B;
}
.AnyTagClassName
{
color: #18D58B;
}
</style>
background-color css
<style>
a { background-color: #18D58B; }
a { background-color: rgb(24,213,139); }
div.DivClassName
{
background-color: #18D58B;
}
.BgClassName
{
background-color: #18D58B;
}
</style>
border-color css
<style>
span { border-color: #18D58B; }
span { border-color: rgb(24,213,139); }
td.TdClassName
{
border-color: #18D58B;
}
.TagClassName
{
border-color: #18D58B;
}
</style>