Shades of Java #2E989E
Tints of Java #2E989E
RGB
CMYK
RGB Variations
Color information
#2E989E (or 0x2E989E) is known color: Java. HEX triplet: 2E, 98 and 9E. RGB value is (46,152,158). Sum of RGB (Red+Green+Blue) = 46+152+158=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E989E is #D16761. Grayscale: #787878. Windows color (decimal): -13723490 or 10393646. OLE color: 10393646.
HSL color Cylindrical-coordinate representation of color #2E989E: hue angle of 183.21º 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 #2E989E is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 152 | 158 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.38 |
| HSL | 183.21º | 0.55% | 0.4% | - |
| HSV(B) | 183.21º | 0.71% | 0.62% | - |
| XYZ | 18.53 | 25.51 | 36.29 | - |
| YUV | 120.99 | 148.88 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 152 | 158 | 0.71 | 0.04 | 0 | 0.38 | 183.21 | 0.55 | 0.4 |
| Hex | 2E | 98 | 9E | 47 | 4 | 0 | 26 | B7 | 37 | 28 |
| Octal | 56 | 230 | 236 | 107 | 4 | 0 | 46 | 267 | 67 | 50 |
| Binary | 101110 | 10011000 | 10011110 | 1000111 | 100 | 0 | 100110 | 10110111 | 110111 | 101000 |
Color Harmonies of #2E989E
Complementary color
Monochromatic Colors of #2E989E
Black with #2E989E
Text Example
Text Example
White with #2E989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E989E; }
p { color: rgb(46,152,158); }
H1.HeaderClassName
{
color: #2E989E;
}
.AnyTagClassName
{
color: #2E989E;
}
</style>
background-color css
<style>
a { background-color: #2E989E; }
a { background-color: rgb(46,152,158); }
div.DivClassName
{
background-color: #2E989E;
}
.BgClassName
{
background-color: #2E989E;
}
</style>
border-color css
<style>
span { border-color: #2E989E; }
span { border-color: rgb(46,152,158); }
td.TdClassName
{
border-color: #2E989E;
}
.TagClassName
{
border-color: #2E989E;
}
</style>