Shades of Caribbean Green #00E08C
Tints of Caribbean Green #00E08C
RGB
CMYK
RGB Variations
Color information
#00E08C (or 0x00E08C) is known color: Caribbean Green. HEX triplet: 00, E0 and 8C. RGB value is (0,224,140). Sum of RGB (Red+Green+Blue) = 0+224+140=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #00E08C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00E08C is #FF1F73. Grayscale: #939393. Windows color (decimal): -16719732 or 9232384. OLE color: 9232384.
HSL color Cylindrical-coordinate representation of color #00E08C: hue angle of 157.5º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E08C is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 224 | 140 | - |
| CMYK | 1 | 0 | 0.38 | 0.12 |
| HSL | 157.5º | 1% | 0.44% | - |
| HSV(B) | 157.5º | 1% | 0.88% | - |
| XYZ | 31.39 | 55.2 | 33.81 | - |
| YUV | 147.45 | 123.79 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 224 | 140 | 1 | 0 | 0.38 | 0.12 | 157.5 | 1 | 0.44 |
| Hex | 0 | E0 | 8C | 64 | 0 | 26 | C | 9E | 64 | 2C |
| Octal | 0 | 340 | 214 | 144 | 0 | 46 | 14 | 236 | 144 | 54 |
| Binary | 0 | 11100000 | 10001100 | 1100100 | 0 | 100110 | 1100 | 10011110 | 1100100 | 101100 |
Color Harmonies of #00E08C
Complementary color
Monochromatic Colors of #00E08C
Black with #00E08C
Text Example
Text Example
White with #00E08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E08C; }
p { color: rgb(0,224,140); }
H1.HeaderClassName
{
color: #00E08C;
}
.AnyTagClassName
{
color: #00E08C;
}
</style>
background-color css
<style>
a { background-color: #00E08C; }
a { background-color: rgb(0,224,140); }
div.DivClassName
{
background-color: #00E08C;
}
.BgClassName
{
background-color: #00E08C;
}
</style>
border-color css
<style>
span { border-color: #00E08C; }
span { border-color: rgb(0,224,140); }
td.TdClassName
{
border-color: #00E08C;
}
.TagClassName
{
border-color: #00E08C;
}
</style>