Shades of Java #288C89
Tints of Java #288C89
RGB
CMYK
RGB Variations
Color information
#288C89 (or 0x288C89) is known color: Java. HEX triplet: 28, 8C and 89. RGB value is (40,140,137). Sum of RGB (Red+Green+Blue) = 40+140+137=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #288C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C89 is #D77376. Grayscale: #6D6D6D. Windows color (decimal): -14119799 or 9014312. OLE color: 9014312.
HSL color Cylindrical-coordinate representation of color #288C89: hue angle of 178.2º degrees, saturation: 0.56, 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 #288C89 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 137 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.45 |
| HSL | 178.2º | 0.56% | 0.35% | - |
| HSV(B) | 178.2º | 0.71% | 0.55% | - |
| XYZ | 14.77 | 21.01 | 26.94 | - |
| YUV | 109.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 137 | 0.71 | 0 | 0.02 | 0.45 | 178.2 | 0.56 | 0.35 |
| Hex | 28 | 8C | 89 | 47 | 0 | 2 | 2D | B2 | 38 | 23 |
| Octal | 50 | 214 | 211 | 107 | 0 | 2 | 55 | 262 | 70 | 43 |
| Binary | 101000 | 10001100 | 10001001 | 1000111 | 0 | 10 | 101101 | 10110010 | 111000 | 100011 |
Color Harmonies of #288C89
Complementary color
Monochromatic Colors of #288C89
Black with #288C89
Text Example
Text Example
White with #288C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C89; }
p { color: rgb(40,140,137); }
H1.HeaderClassName
{
color: #288C89;
}
.AnyTagClassName
{
color: #288C89;
}
</style>
background-color css
<style>
a { background-color: #288C89; }
a { background-color: rgb(40,140,137); }
div.DivClassName
{
background-color: #288C89;
}
.BgClassName
{
background-color: #288C89;
}
</style>
border-color css
<style>
span { border-color: #288C89; }
span { border-color: rgb(40,140,137); }
td.TdClassName
{
border-color: #288C89;
}
.TagClassName
{
border-color: #288C89;
}
</style>