Shades of Java #2B9E98
Tints of Java #2B9E98
RGB
CMYK
RGB Variations
Color information
#2B9E98 (or 0x2B9E98) is known color: Java. HEX triplet: 2B, 9E and 98. RGB value is (43,158,152). Sum of RGB (Red+Green+Blue) = 43+158+152=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9E98 is #D46167. Grayscale: #7A7A7A. Windows color (decimal): -13918568 or 10001963. OLE color: 10001963.
HSL color Cylindrical-coordinate representation of color #2B9E98: hue angle of 176.87º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E98 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 152 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.38 |
| HSL | 176.87º | 0.57% | 0.39% | - |
| HSV(B) | 176.87º | 0.73% | 0.62% | - |
| XYZ | 18.89 | 27.23 | 33.97 | - |
| YUV | 122.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 152 | 0.73 | 0 | 0.04 | 0.38 | 176.87 | 0.57 | 0.39 |
| Hex | 2B | 9E | 98 | 49 | 0 | 4 | 26 | B1 | 39 | 27 |
| Octal | 53 | 236 | 230 | 111 | 0 | 4 | 46 | 261 | 71 | 47 |
| Binary | 101011 | 10011110 | 10011000 | 1001001 | 0 | 100 | 100110 | 10110001 | 111001 | 100111 |
Color Harmonies of #2B9E98
Complementary color
Monochromatic Colors of #2B9E98
Black with #2B9E98
Text Example
Text Example
White with #2B9E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E98; }
p { color: rgb(43,158,152); }
H1.HeaderClassName
{
color: #2B9E98;
}
.AnyTagClassName
{
color: #2B9E98;
}
</style>
background-color css
<style>
a { background-color: #2B9E98; }
a { background-color: rgb(43,158,152); }
div.DivClassName
{
background-color: #2B9E98;
}
.BgClassName
{
background-color: #2B9E98;
}
</style>
border-color css
<style>
span { border-color: #2B9E98; }
span { border-color: rgb(43,158,152); }
td.TdClassName
{
border-color: #2B9E98;
}
.TagClassName
{
border-color: #2B9E98;
}
</style>