Shades of Java #288D8C
Tints of Java #288D8C
RGB
CMYK
RGB Variations
Color information
#288D8C (or 0x288D8C) is known color: Java. HEX triplet: 28, 8D and 8C. RGB value is (40,141,140). Sum of RGB (Red+Green+Blue) = 40+141+140=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #288D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D8C is #D77273. Grayscale: #6E6E6E. Windows color (decimal): -14119540 or 9211176. OLE color: 9211176.
HSL color Cylindrical-coordinate representation of color #288D8C: hue angle of 179.41º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D8C is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 140 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.45 |
| HSL | 179.41º | 0.56% | 0.35% | - |
| HSV(B) | 179.41º | 0.72% | 0.55% | - |
| XYZ | 15.13 | 21.39 | 28.14 | - |
| YUV | 110.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 140 | 0.72 | 0 | 0.01 | 0.45 | 179.41 | 0.56 | 0.35 |
| Hex | 28 | 8D | 8C | 48 | 0 | 1 | 2D | B3 | 38 | 23 |
| Octal | 50 | 215 | 214 | 110 | 0 | 1 | 55 | 263 | 70 | 43 |
| Binary | 101000 | 10001101 | 10001100 | 1001000 | 0 | 1 | 101101 | 10110011 | 111000 | 100011 |
Color Harmonies of #288D8C
Complementary color
Monochromatic Colors of #288D8C
Black with #288D8C
Text Example
Text Example
White with #288D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D8C; }
p { color: rgb(40,141,140); }
H1.HeaderClassName
{
color: #288D8C;
}
.AnyTagClassName
{
color: #288D8C;
}
</style>
background-color css
<style>
a { background-color: #288D8C; }
a { background-color: rgb(40,141,140); }
div.DivClassName
{
background-color: #288D8C;
}
.BgClassName
{
background-color: #288D8C;
}
</style>
border-color css
<style>
span { border-color: #288D8C; }
span { border-color: rgb(40,141,140); }
td.TdClassName
{
border-color: #288D8C;
}
.TagClassName
{
border-color: #288D8C;
}
</style>