Shades of Java #288C8C
Tints of Java #288C8C
RGB
CMYK
RGB Variations
Color information
#288C8C (or 0x288C8C) is known color: Java. HEX triplet: 28, 8C and 8C. RGB value is (40,140,140). Sum of RGB (Red+Green+Blue) = 40+140+140=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #288C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C8C is #D77373. Grayscale: #6E6E6E. Windows color (decimal): -14119796 or 9210920. OLE color: 9210920.
HSL color Cylindrical-coordinate representation of color #288C8C: hue angle of 180º 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 #288C8C is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 140 | - |
| CMYK | 0.71 | 0 | 0 | 0.45 |
| HSL | 180º | 0.56% | 0.35% | - |
| HSV(B) | 180º | 0.71% | 0.55% | - |
| XYZ | 14.99 | 21.1 | 28.09 | - |
| YUV | 110.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 140 | 0.71 | 0 | 0 | 0.45 | 180 | 0.56 | 0.35 |
| Hex | 28 | 8C | 8C | 47 | 0 | 0 | 2D | B4 | 38 | 23 |
| Octal | 50 | 214 | 214 | 107 | 0 | 0 | 55 | 264 | 70 | 43 |
| Binary | 101000 | 10001100 | 10001100 | 1000111 | 0 | 0 | 101101 | 10110100 | 111000 | 100011 |
Color Harmonies of #288C8C
Complementary color
Monochromatic Colors of #288C8C
Black with #288C8C
Text Example
Text Example
White with #288C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C8C; }
p { color: rgb(40,140,140); }
H1.HeaderClassName
{
color: #288C8C;
}
.AnyTagClassName
{
color: #288C8C;
}
</style>
background-color css
<style>
a { background-color: #288C8C; }
a { background-color: rgb(40,140,140); }
div.DivClassName
{
background-color: #288C8C;
}
.BgClassName
{
background-color: #288C8C;
}
</style>
border-color css
<style>
span { border-color: #288C8C; }
span { border-color: rgb(40,140,140); }
td.TdClassName
{
border-color: #288C8C;
}
.TagClassName
{
border-color: #288C8C;
}
</style>