Shades of Caribbean Green #18DFAB
Tints of Caribbean Green #18DFAB
RGB
CMYK
RGB Variations
Color information
#18DFAB (or 0x18DFAB) is known color: Caribbean Green. HEX triplet: 18, DF and AB. RGB value is (24,223,171). Sum of RGB (Red+Green+Blue) = 24+223+171=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DFAB is #E72054. Grayscale: #9D9D9D. Windows color (decimal): -15147093 or 11263768. OLE color: 11263768.
HSL color Cylindrical-coordinate representation of color #18DFAB: hue angle of 164.32º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFAB is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 171 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.13 |
| HSL | 164.32º | 0.81% | 0.48% | - |
| HSV(B) | 164.32º | 0.89% | 0.87% | - |
| XYZ | 34.12 | 55.91 | 47.52 | - |
| YUV | 157.57 | 135.57 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 171 | 0.89 | 0 | 0.23 | 0.13 | 164.32 | 0.81 | 0.48 |
| Hex | 18 | DF | AB | 59 | 0 | 17 | D | A4 | 51 | 30 |
| Octal | 30 | 337 | 253 | 131 | 0 | 27 | 15 | 244 | 121 | 60 |
| Binary | 11000 | 11011111 | 10101011 | 1011001 | 0 | 10111 | 1101 | 10100100 | 1010001 | 110000 |
Color Harmonies of #18DFAB
Complementary color
Monochromatic Colors of #18DFAB
Black with #18DFAB
Text Example
Text Example
White with #18DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFAB; }
p { color: rgb(24,223,171); }
H1.HeaderClassName
{
color: #18DFAB;
}
.AnyTagClassName
{
color: #18DFAB;
}
</style>
background-color css
<style>
a { background-color: #18DFAB; }
a { background-color: rgb(24,223,171); }
div.DivClassName
{
background-color: #18DFAB;
}
.BgClassName
{
background-color: #18DFAB;
}
</style>
border-color css
<style>
span { border-color: #18DFAB; }
span { border-color: rgb(24,223,171); }
td.TdClassName
{
border-color: #18DFAB;
}
.TagClassName
{
border-color: #18DFAB;
}
</style>