Shades of Java #2E9E96
Tints of Java #2E9E96
RGB
CMYK
RGB Variations
Color information
#2E9E96 (or 0x2E9E96) is known color: Java. HEX triplet: 2E, 9E and 96. RGB value is (46,158,150). Sum of RGB (Red+Green+Blue) = 46+158+150=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9E96 is #D16169. Grayscale: #7B7B7B. Windows color (decimal): -13721962 or 9870894. OLE color: 9870894.
HSL color Cylindrical-coordinate representation of color #2E9E96: hue angle of 175.71º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9E96 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 158 | 150 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.38 |
| HSL | 175.71º | 0.55% | 0.4% | - |
| HSV(B) | 175.71º | 0.71% | 0.62% | - |
| XYZ | 18.86 | 27.24 | 33.12 | - |
| YUV | 123.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 150 | 0.71 | 0 | 0.05 | 0.38 | 175.71 | 0.55 | 0.4 |
| Hex | 2E | 9E | 96 | 47 | 0 | 5 | 26 | B0 | 37 | 28 |
| Octal | 56 | 236 | 226 | 107 | 0 | 5 | 46 | 260 | 67 | 50 |
| Binary | 101110 | 10011110 | 10010110 | 1000111 | 0 | 101 | 100110 | 10110000 | 110111 | 101000 |
Color Harmonies of #2E9E96
Complementary color
Monochromatic Colors of #2E9E96
Black with #2E9E96
Text Example
Text Example
White with #2E9E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9E96; }
p { color: rgb(46,158,150); }
H1.HeaderClassName
{
color: #2E9E96;
}
.AnyTagClassName
{
color: #2E9E96;
}
</style>
background-color css
<style>
a { background-color: #2E9E96; }
a { background-color: rgb(46,158,150); }
div.DivClassName
{
background-color: #2E9E96;
}
.BgClassName
{
background-color: #2E9E96;
}
</style>
border-color css
<style>
span { border-color: #2E9E96; }
span { border-color: rgb(46,158,150); }
td.TdClassName
{
border-color: #2E9E96;
}
.TagClassName
{
border-color: #2E9E96;
}
</style>