Shades of Caribbean Green #18E1AF
Tints of Caribbean Green #18E1AF
RGB
CMYK
RGB Variations
Color information
#18E1AF (or 0x18E1AF) is known color: Caribbean Green. HEX triplet: 18, E1 and AF. RGB value is (24,225,175). Sum of RGB (Red+Green+Blue) = 24+225+175=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #18E1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E1AF is #E71E50. Grayscale: #9F9F9F. Windows color (decimal): -15146577 or 11526424. OLE color: 11526424.
HSL color Cylindrical-coordinate representation of color #18E1AF: hue angle of 165.07º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E1AF is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 225 | 175 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.12 |
| HSL | 165.07º | 0.81% | 0.49% | - |
| HSV(B) | 165.07º | 0.89% | 0.88% | - |
| XYZ | 35.04 | 57.14 | 49.74 | - |
| YUV | 159.2 | 136.91 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 225 | 175 | 0.89 | 0 | 0.22 | 0.12 | 165.07 | 0.81 | 0.49 |
| Hex | 18 | E1 | AF | 59 | 0 | 16 | C | A5 | 51 | 31 |
| Octal | 30 | 341 | 257 | 131 | 0 | 26 | 14 | 245 | 121 | 61 |
| Binary | 11000 | 11100001 | 10101111 | 1011001 | 0 | 10110 | 1100 | 10100101 | 1010001 | 110001 |
Color Harmonies of #18E1AF
Complementary color
Monochromatic Colors of #18E1AF
Black with #18E1AF
Text Example
Text Example
White with #18E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E1AF; }
p { color: rgb(24,225,175); }
H1.HeaderClassName
{
color: #18E1AF;
}
.AnyTagClassName
{
color: #18E1AF;
}
</style>
background-color css
<style>
a { background-color: #18E1AF; }
a { background-color: rgb(24,225,175); }
div.DivClassName
{
background-color: #18E1AF;
}
.BgClassName
{
background-color: #18E1AF;
}
</style>
border-color css
<style>
span { border-color: #18E1AF; }
span { border-color: rgb(24,225,175); }
td.TdClassName
{
border-color: #18E1AF;
}
.TagClassName
{
border-color: #18E1AF;
}
</style>