Shades of Caribbean Green #18E192
Tints of Caribbean Green #18E192
RGB
CMYK
RGB Variations
Color information
#18E192 (or 0x18E192) is known color: Caribbean Green. HEX triplet: 18, E1 and 92. RGB value is (24,225,146). Sum of RGB (Red+Green+Blue) = 24+225+146=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #18E192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E192 is #E71E6D. Grayscale: #9C9C9C. Windows color (decimal): -15146606 or 9625880. OLE color: 9625880.
HSL color Cylindrical-coordinate representation of color #18E192: hue angle of 156.42º 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 #18E192 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 225 | 146 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.12 |
| HSL | 156.42º | 0.81% | 0.49% | - |
| HSV(B) | 156.42º | 0.89% | 0.88% | - |
| XYZ | 32.49 | 56.12 | 36.31 | - |
| YUV | 155.9 | 122.41 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 225 | 146 | 0.89 | 0 | 0.35 | 0.12 | 156.42 | 0.81 | 0.49 |
| Hex | 18 | E1 | 92 | 59 | 0 | 23 | C | 9C | 51 | 31 |
| Octal | 30 | 341 | 222 | 131 | 0 | 43 | 14 | 234 | 121 | 61 |
| Binary | 11000 | 11100001 | 10010010 | 1011001 | 0 | 100011 | 1100 | 10011100 | 1010001 | 110001 |
Color Harmonies of #18E192
Complementary color
Monochromatic Colors of #18E192
Black with #18E192
Text Example
Text Example
White with #18E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E192; }
p { color: rgb(24,225,146); }
H1.HeaderClassName
{
color: #18E192;
}
.AnyTagClassName
{
color: #18E192;
}
</style>
background-color css
<style>
a { background-color: #18E192; }
a { background-color: rgb(24,225,146); }
div.DivClassName
{
background-color: #18E192;
}
.BgClassName
{
background-color: #18E192;
}
</style>
border-color css
<style>
span { border-color: #18E192; }
span { border-color: rgb(24,225,146); }
td.TdClassName
{
border-color: #18E192;
}
.TagClassName
{
border-color: #18E192;
}
</style>