Shades of Caribbean Green #18E3AB
Tints of Caribbean Green #18E3AB
RGB
CMYK
RGB Variations
Color information
#18E3AB (or 0x18E3AB) is known color: Caribbean Green. HEX triplet: 18, E3 and AB. RGB value is (24,227,171). Sum of RGB (Red+Green+Blue) = 24+227+171=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #18E3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E3AB is #E71C54. Grayscale: #9F9F9F. Windows color (decimal): -15146069 or 11264792. OLE color: 11264792.
HSL color Cylindrical-coordinate representation of color #18E3AB: hue angle of 163.45º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E3AB is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 227 | 171 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.11 |
| HSL | 163.45º | 0.81% | 0.49% | - |
| HSV(B) | 163.45º | 0.89% | 0.89% | - |
| XYZ | 35.2 | 58.07 | 47.88 | - |
| YUV | 159.92 | 134.25 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 227 | 171 | 0.89 | 0 | 0.25 | 0.11 | 163.45 | 0.81 | 0.49 |
| Hex | 18 | E3 | AB | 59 | 0 | 19 | B | A3 | 51 | 31 |
| Octal | 30 | 343 | 253 | 131 | 0 | 31 | 13 | 243 | 121 | 61 |
| Binary | 11000 | 11100011 | 10101011 | 1011001 | 0 | 11001 | 1011 | 10100011 | 1010001 | 110001 |
Color Harmonies of #18E3AB
Complementary color
Monochromatic Colors of #18E3AB
Black with #18E3AB
Text Example
Text Example
White with #18E3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E3AB; }
p { color: rgb(24,227,171); }
H1.HeaderClassName
{
color: #18E3AB;
}
.AnyTagClassName
{
color: #18E3AB;
}
</style>
background-color css
<style>
a { background-color: #18E3AB; }
a { background-color: rgb(24,227,171); }
div.DivClassName
{
background-color: #18E3AB;
}
.BgClassName
{
background-color: #18E3AB;
}
</style>
border-color css
<style>
span { border-color: #18E3AB; }
span { border-color: rgb(24,227,171); }
td.TdClassName
{
border-color: #18E3AB;
}
.TagClassName
{
border-color: #18E3AB;
}
</style>