Shades of Caribbean Green #18D0A2
Tints of Caribbean Green #18D0A2
RGB
CMYK
RGB Variations
Color information
#18D0A2 (or 0x18D0A2) is known color: Caribbean Green. HEX triplet: 18, D0 and A2. RGB value is (24,208,162). Sum of RGB (Red+Green+Blue) = 24+208+162=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #18D0A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D0A2 is #E72F5D. Grayscale: #939393. Windows color (decimal): -15150942 or 10670104. OLE color: 10670104.
HSL color Cylindrical-coordinate representation of color #18D0A2: hue angle of 165º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D0A2 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 162 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.18 |
| HSL | 165º | 0.79% | 0.45% | - |
| HSV(B) | 165º | 0.88% | 0.82% | - |
| XYZ | 29.45 | 47.91 | 41.88 | - |
| YUV | 147.74 | 136.04 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 162 | 0.88 | 0 | 0.22 | 0.18 | 165 | 0.79 | 0.45 |
| Hex | 18 | D0 | A2 | 58 | 0 | 16 | 12 | A5 | 4F | 2D |
| Octal | 30 | 320 | 242 | 130 | 0 | 26 | 22 | 245 | 117 | 55 |
| Binary | 11000 | 11010000 | 10100010 | 1011000 | 0 | 10110 | 10010 | 10100101 | 1001111 | 101101 |
Color Harmonies of #18D0A2
Complementary color
Monochromatic Colors of #18D0A2
Black with #18D0A2
Text Example
Text Example
White with #18D0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D0A2; }
p { color: rgb(24,208,162); }
H1.HeaderClassName
{
color: #18D0A2;
}
.AnyTagClassName
{
color: #18D0A2;
}
</style>
background-color css
<style>
a { background-color: #18D0A2; }
a { background-color: rgb(24,208,162); }
div.DivClassName
{
background-color: #18D0A2;
}
.BgClassName
{
background-color: #18D0A2;
}
</style>
border-color css
<style>
span { border-color: #18D0A2; }
span { border-color: rgb(24,208,162); }
td.TdClassName
{
border-color: #18D0A2;
}
.TagClassName
{
border-color: #18D0A2;
}
</style>