Shades of Java #288B86
Tints of Java #288B86
RGB
CMYK
RGB Variations
Color information
#288B86 (or 0x288B86) is known color: Java. HEX triplet: 28, 8B and 86. RGB value is (40,139,134). Sum of RGB (Red+Green+Blue) = 40+139+134=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #288B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B86 is #D77479. Grayscale: #6C6C6C. Windows color (decimal): -14120058 or 8817448. OLE color: 8817448.
HSL color Cylindrical-coordinate representation of color #288B86: hue angle of 176.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B86 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 134 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.45 |
| HSL | 176.97º | 0.55% | 0.35% | - |
| HSV(B) | 176.97º | 0.71% | 0.55% | - |
| XYZ | 14.41 | 20.64 | 25.78 | - |
| YUV | 108.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 134 | 0.71 | 0 | 0.04 | 0.45 | 176.97 | 0.55 | 0.35 |
| Hex | 28 | 8B | 86 | 47 | 0 | 4 | 2D | B1 | 37 | 23 |
| Octal | 50 | 213 | 206 | 107 | 0 | 4 | 55 | 261 | 67 | 43 |
| Binary | 101000 | 10001011 | 10000110 | 1000111 | 0 | 100 | 101101 | 10110001 | 110111 | 100011 |
Color Harmonies of #288B86
Complementary color
Monochromatic Colors of #288B86
Black with #288B86
Text Example
Text Example
White with #288B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B86; }
p { color: rgb(40,139,134); }
H1.HeaderClassName
{
color: #288B86;
}
.AnyTagClassName
{
color: #288B86;
}
</style>
background-color css
<style>
a { background-color: #288B86; }
a { background-color: rgb(40,139,134); }
div.DivClassName
{
background-color: #288B86;
}
.BgClassName
{
background-color: #288B86;
}
</style>
border-color css
<style>
span { border-color: #288B86; }
span { border-color: rgb(40,139,134); }
td.TdClassName
{
border-color: #288B86;
}
.TagClassName
{
border-color: #288B86;
}
</style>