Shades of Java #288C88
Tints of Java #288C88
RGB
CMYK
RGB Variations
Color information
#288C88 (or 0x288C88) is known color: Java. HEX triplet: 28, 8C and 88. RGB value is (40,140,136). Sum of RGB (Red+Green+Blue) = 40+140+136=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #288C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C88 is #D77377. Grayscale: #6D6D6D. Windows color (decimal): -14119800 or 8948776. OLE color: 8948776.
HSL color Cylindrical-coordinate representation of color #288C88: hue angle of 177.6º 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 #288C88 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 136 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.45 |
| HSL | 177.6º | 0.56% | 0.35% | - |
| HSV(B) | 177.6º | 0.71% | 0.55% | - |
| XYZ | 14.7 | 20.98 | 26.57 | - |
| YUV | 109.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 136 | 0.71 | 0 | 0.03 | 0.45 | 177.6 | 0.56 | 0.35 |
| Hex | 28 | 8C | 88 | 47 | 0 | 3 | 2D | B2 | 38 | 23 |
| Octal | 50 | 214 | 210 | 107 | 0 | 3 | 55 | 262 | 70 | 43 |
| Binary | 101000 | 10001100 | 10001000 | 1000111 | 0 | 11 | 101101 | 10110010 | 111000 | 100011 |
Color Harmonies of #288C88
Complementary color
Monochromatic Colors of #288C88
Black with #288C88
Text Example
Text Example
White with #288C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C88; }
p { color: rgb(40,140,136); }
H1.HeaderClassName
{
color: #288C88;
}
.AnyTagClassName
{
color: #288C88;
}
</style>
background-color css
<style>
a { background-color: #288C88; }
a { background-color: rgb(40,140,136); }
div.DivClassName
{
background-color: #288C88;
}
.BgClassName
{
background-color: #288C88;
}
</style>
border-color css
<style>
span { border-color: #288C88; }
span { border-color: rgb(40,140,136); }
td.TdClassName
{
border-color: #288C88;
}
.TagClassName
{
border-color: #288C88;
}
</style>