Shades of Java #288C8B
Tints of Java #288C8B
RGB
CMYK
RGB Variations
Color information
#288C8B (or 0x288C8B) is known color: Java. HEX triplet: 28, 8C and 8B. RGB value is (40,140,139). Sum of RGB (Red+Green+Blue) = 40+140+139=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #288C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C8B is #D77374. Grayscale: #6D6D6D. Windows color (decimal): -14119797 or 9145384. OLE color: 9145384.
HSL color Cylindrical-coordinate representation of color #288C8B: hue angle of 179.4º 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 #288C8B is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 139 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.45 |
| HSL | 179.4º | 0.56% | 0.35% | - |
| HSV(B) | 179.4º | 0.71% | 0.55% | - |
| XYZ | 14.91 | 21.07 | 27.71 | - |
| YUV | 109.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 139 | 0.71 | 0 | 0.01 | 0.45 | 179.4 | 0.56 | 0.35 |
| Hex | 28 | 8C | 8B | 47 | 0 | 1 | 2D | B3 | 38 | 23 |
| Octal | 50 | 214 | 213 | 107 | 0 | 1 | 55 | 263 | 70 | 43 |
| Binary | 101000 | 10001100 | 10001011 | 1000111 | 0 | 1 | 101101 | 10110011 | 111000 | 100011 |
Color Harmonies of #288C8B
Complementary color
Monochromatic Colors of #288C8B
Black with #288C8B
Text Example
Text Example
White with #288C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C8B; }
p { color: rgb(40,140,139); }
H1.HeaderClassName
{
color: #288C8B;
}
.AnyTagClassName
{
color: #288C8B;
}
</style>
background-color css
<style>
a { background-color: #288C8B; }
a { background-color: rgb(40,140,139); }
div.DivClassName
{
background-color: #288C8B;
}
.BgClassName
{
background-color: #288C8B;
}
</style>
border-color css
<style>
span { border-color: #288C8B; }
span { border-color: rgb(40,140,139); }
td.TdClassName
{
border-color: #288C8B;
}
.TagClassName
{
border-color: #288C8B;
}
</style>