Shades of Caribbean Green #18D9A1
Tints of Caribbean Green #18D9A1
RGB
CMYK
RGB Variations
Color information
#18D9A1 (or 0x18D9A1) is known color: Caribbean Green. HEX triplet: 18, D9 and A1. RGB value is (24,217,161). Sum of RGB (Red+Green+Blue) = 24+217+161=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #18D9A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D9A1 is #E7265E. Grayscale: #989898. Windows color (decimal): -15148639 or 10606872. OLE color: 10606872.
HSL color Cylindrical-coordinate representation of color #18D9A1: hue angle of 162.59º 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 #18D9A1 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 161 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.15 |
| HSL | 162.59º | 0.8% | 0.47% | - |
| HSV(B) | 162.59º | 0.89% | 0.85% | - |
| XYZ | 31.62 | 52.39 | 42.16 | - |
| YUV | 152.91 | 132.56 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 161 | 0.89 | 0 | 0.26 | 0.15 | 162.59 | 0.8 | 0.47 |
| Hex | 18 | D9 | A1 | 59 | 0 | 1A | F | A3 | 50 | 2F |
| Octal | 30 | 331 | 241 | 131 | 0 | 32 | 17 | 243 | 120 | 57 |
| Binary | 11000 | 11011001 | 10100001 | 1011001 | 0 | 11010 | 1111 | 10100011 | 1010000 | 101111 |
Color Harmonies of #18D9A1
Complementary color
Monochromatic Colors of #18D9A1
Black with #18D9A1
Text Example
Text Example
White with #18D9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D9A1; }
p { color: rgb(24,217,161); }
H1.HeaderClassName
{
color: #18D9A1;
}
.AnyTagClassName
{
color: #18D9A1;
}
</style>
background-color css
<style>
a { background-color: #18D9A1; }
a { background-color: rgb(24,217,161); }
div.DivClassName
{
background-color: #18D9A1;
}
.BgClassName
{
background-color: #18D9A1;
}
</style>
border-color css
<style>
span { border-color: #18D9A1; }
span { border-color: rgb(24,217,161); }
td.TdClassName
{
border-color: #18D9A1;
}
.TagClassName
{
border-color: #18D9A1;
}
</style>