Shades of Java #2E989B
Tints of Java #2E989B
RGB
CMYK
RGB Variations
Color information
#2E989B (or 0x2E989B) is known color: Java. HEX triplet: 2E, 98 and 9B. RGB value is (46,152,155). Sum of RGB (Red+Green+Blue) = 46+152+155=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E989B is #D16764. Grayscale: #787878. Windows color (decimal): -13723493 or 10197038. OLE color: 10197038.
HSL color Cylindrical-coordinate representation of color #2E989B: hue angle of 181.65º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E989B is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 152 | 155 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.39 |
| HSL | 181.65º | 0.54% | 0.39% | - |
| HSV(B) | 181.65º | 0.7% | 0.61% | - |
| XYZ | 18.27 | 25.4 | 34.95 | - |
| YUV | 120.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 152 | 155 | 0.70 | 0.02 | 0 | 0.39 | 181.65 | 0.54 | 0.39 |
| Hex | 2E | 98 | 9B | 46 | 2 | 0 | 27 | B6 | 36 | 27 |
| Octal | 56 | 230 | 233 | 106 | 2 | 0 | 47 | 266 | 66 | 47 |
| Binary | 101110 | 10011000 | 10011011 | 1000110 | 10 | 0 | 100111 | 10110110 | 110110 | 100111 |
Color Harmonies of #2E989B
Complementary color
Monochromatic Colors of #2E989B
Black with #2E989B
Text Example
Text Example
White with #2E989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E989B; }
p { color: rgb(46,152,155); }
H1.HeaderClassName
{
color: #2E989B;
}
.AnyTagClassName
{
color: #2E989B;
}
</style>
background-color css
<style>
a { background-color: #2E989B; }
a { background-color: rgb(46,152,155); }
div.DivClassName
{
background-color: #2E989B;
}
.BgClassName
{
background-color: #2E989B;
}
</style>
border-color css
<style>
span { border-color: #2E989B; }
span { border-color: rgb(46,152,155); }
td.TdClassName
{
border-color: #2E989B;
}
.TagClassName
{
border-color: #2E989B;
}
</style>