Shades of Caribbean Green #18D2A0
Tints of Caribbean Green #18D2A0
RGB
CMYK
RGB Variations
Color information
#18D2A0 (or 0x18D2A0) is known color: Caribbean Green. HEX triplet: 18, D2 and A0. RGB value is (24,210,160). Sum of RGB (Red+Green+Blue) = 24+210+160=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #18D2A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D2A0 is #E72D5F. Grayscale: #949494. Windows color (decimal): -15150432 or 10539544. OLE color: 10539544.
HSL color Cylindrical-coordinate representation of color #18D2A0: hue angle of 163.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D2A0 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 160 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.18 |
| HSL | 163.87º | 0.79% | 0.46% | - |
| HSV(B) | 163.87º | 0.89% | 0.82% | - |
| XYZ | 29.77 | 48.83 | 41.11 | - |
| YUV | 148.69 | 134.38 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 160 | 0.89 | 0 | 0.24 | 0.18 | 163.87 | 0.79 | 0.46 |
| Hex | 18 | D2 | A0 | 59 | 0 | 18 | 12 | A4 | 4F | 2E |
| Octal | 30 | 322 | 240 | 131 | 0 | 30 | 22 | 244 | 117 | 56 |
| Binary | 11000 | 11010010 | 10100000 | 1011001 | 0 | 11000 | 10010 | 10100100 | 1001111 | 101110 |
Color Harmonies of #18D2A0
Complementary color
Monochromatic Colors of #18D2A0
Black with #18D2A0
Text Example
Text Example
White with #18D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D2A0; }
p { color: rgb(24,210,160); }
H1.HeaderClassName
{
color: #18D2A0;
}
.AnyTagClassName
{
color: #18D2A0;
}
</style>
background-color css
<style>
a { background-color: #18D2A0; }
a { background-color: rgb(24,210,160); }
div.DivClassName
{
background-color: #18D2A0;
}
.BgClassName
{
background-color: #18D2A0;
}
</style>
border-color css
<style>
span { border-color: #18D2A0; }
span { border-color: rgb(24,210,160); }
td.TdClassName
{
border-color: #18D2A0;
}
.TagClassName
{
border-color: #18D2A0;
}
</style>