Shades of Caribbean Green #00E196
Tints of Caribbean Green #00E196
RGB
CMYK
RGB Variations
Color information
#00E196 (or 0x00E196) is known color: Caribbean Green. HEX triplet: 00, E1 and 96. RGB value is (0,225,150). Sum of RGB (Red+Green+Blue) = 0+225+150=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #00E196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00E196 is #FF1E69. Grayscale: #959595. Windows color (decimal): -16719466 or 9888000. OLE color: 9888000.
HSL color Cylindrical-coordinate representation of color #00E196: hue angle of 160º 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 #00E196 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 225 | 150 | - |
| CMYK | 1 | 0 | 0.33 | 0.12 |
| HSL | 160º | 1% | 0.44% | - |
| HSV(B) | 160º | 1% | 0.88% | - |
| XYZ | 32.43 | 56.05 | 37.96 | - |
| YUV | 149.18 | 128.46 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 150 | 1 | 0 | 0.33 | 0.12 | 160 | 1 | 0.44 |
| Hex | 0 | E1 | 96 | 64 | 0 | 21 | C | A0 | 64 | 2C |
| Octal | 0 | 341 | 226 | 144 | 0 | 41 | 14 | 240 | 144 | 54 |
| Binary | 0 | 11100001 | 10010110 | 1100100 | 0 | 100001 | 1100 | 10100000 | 1100100 | 101100 |
Color Harmonies of #00E196
Complementary color
Monochromatic Colors of #00E196
Black with #00E196
Text Example
Text Example
White with #00E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E196; }
p { color: rgb(0,225,150); }
H1.HeaderClassName
{
color: #00E196;
}
.AnyTagClassName
{
color: #00E196;
}
</style>
background-color css
<style>
a { background-color: #00E196; }
a { background-color: rgb(0,225,150); }
div.DivClassName
{
background-color: #00E196;
}
.BgClassName
{
background-color: #00E196;
}
</style>
border-color css
<style>
span { border-color: #00E196; }
span { border-color: rgb(0,225,150); }
td.TdClassName
{
border-color: #00E196;
}
.TagClassName
{
border-color: #00E196;
}
</style>