Shades of Java #288C8A
Tints of Java #288C8A
RGB
CMYK
RGB Variations
Color information
#288C8A (or 0x288C8A) is known color: Java. HEX triplet: 28, 8C and 8A. RGB value is (40,140,138). Sum of RGB (Red+Green+Blue) = 40+140+138=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #288C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C8A is #D77375. Grayscale: #6D6D6D. Windows color (decimal): -14119798 or 9079848. OLE color: 9079848.
HSL color Cylindrical-coordinate representation of color #288C8A: hue angle of 178.8º 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 #288C8A is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 138 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.45 |
| HSL | 178.8º | 0.56% | 0.35% | - |
| HSV(B) | 178.8º | 0.71% | 0.55% | - |
| XYZ | 14.84 | 21.04 | 27.32 | - |
| YUV | 109.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 138 | 0.71 | 0 | 0.01 | 0.45 | 178.8 | 0.56 | 0.35 |
| Hex | 28 | 8C | 8A | 47 | 0 | 1 | 2D | B3 | 38 | 23 |
| Octal | 50 | 214 | 212 | 107 | 0 | 1 | 55 | 263 | 70 | 43 |
| Binary | 101000 | 10001100 | 10001010 | 1000111 | 0 | 1 | 101101 | 10110011 | 111000 | 100011 |
Color Harmonies of #288C8A
Complementary color
Monochromatic Colors of #288C8A
Black with #288C8A
Text Example
Text Example
White with #288C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C8A; }
p { color: rgb(40,140,138); }
H1.HeaderClassName
{
color: #288C8A;
}
.AnyTagClassName
{
color: #288C8A;
}
</style>
background-color css
<style>
a { background-color: #288C8A; }
a { background-color: rgb(40,140,138); }
div.DivClassName
{
background-color: #288C8A;
}
.BgClassName
{
background-color: #288C8A;
}
</style>
border-color css
<style>
span { border-color: #288C8A; }
span { border-color: rgb(40,140,138); }
td.TdClassName
{
border-color: #288C8A;
}
.TagClassName
{
border-color: #288C8A;
}
</style>