Shades of Java #289C8E
Tints of Java #289C8E
RGB
CMYK
RGB Variations
Color information
#289C8E (or 0x289C8E) is known color: Java. HEX triplet: 28, 9C and 8E. RGB value is (40,156,142). Sum of RGB (Red+Green+Blue) = 40+156+142=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #289C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289C8E is #D76371. Grayscale: #777777. Windows color (decimal): -14115698 or 9346088. OLE color: 9346088.
HSL color Cylindrical-coordinate representation of color #289C8E: hue angle of 172.76º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289C8E is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 142 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.39 |
| HSL | 172.76º | 0.59% | 0.38% | - |
| HSV(B) | 172.76º | 0.74% | 0.61% | - |
| XYZ | 17.65 | 26.18 | 29.71 | - |
| YUV | 119.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 142 | 0.74 | 0 | 0.09 | 0.39 | 172.76 | 0.59 | 0.38 |
| Hex | 28 | 9C | 8E | 4A | 0 | 9 | 27 | AD | 3B | 26 |
| Octal | 50 | 234 | 216 | 112 | 0 | 11 | 47 | 255 | 73 | 46 |
| Binary | 101000 | 10011100 | 10001110 | 1001010 | 0 | 1001 | 100111 | 10101101 | 111011 | 100110 |
Color Harmonies of #289C8E
Complementary color
Monochromatic Colors of #289C8E
Black with #289C8E
Text Example
Text Example
White with #289C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C8E; }
p { color: rgb(40,156,142); }
H1.HeaderClassName
{
color: #289C8E;
}
.AnyTagClassName
{
color: #289C8E;
}
</style>
background-color css
<style>
a { background-color: #289C8E; }
a { background-color: rgb(40,156,142); }
div.DivClassName
{
background-color: #289C8E;
}
.BgClassName
{
background-color: #289C8E;
}
</style>
border-color css
<style>
span { border-color: #289C8E; }
span { border-color: rgb(40,156,142); }
td.TdClassName
{
border-color: #289C8E;
}
.TagClassName
{
border-color: #289C8E;
}
</style>