Shades of Java #289F96
Tints of Java #289F96
RGB
CMYK
RGB Variations
Color information
#289F96 (or 0x289F96) is known color: Java. HEX triplet: 28, 9F and 96. RGB value is (40,159,150). Sum of RGB (Red+Green+Blue) = 40+159+150=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #289F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F96 is #D76069. Grayscale: #7A7A7A. Windows color (decimal): -14114922 or 9871144. OLE color: 9871144.
HSL color Cylindrical-coordinate representation of color #289F96: hue angle of 175.46º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289F96 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 150 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.38 |
| HSL | 175.46º | 0.6% | 0.39% | - |
| HSV(B) | 175.46º | 0.75% | 0.62% | - |
| XYZ | 18.78 | 27.45 | 33.16 | - |
| YUV | 122.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 150 | 0.75 | 0 | 0.06 | 0.38 | 175.46 | 0.6 | 0.39 |
| Hex | 28 | 9F | 96 | 4B | 0 | 6 | 26 | AF | 3C | 27 |
| Octal | 50 | 237 | 226 | 113 | 0 | 6 | 46 | 257 | 74 | 47 |
| Binary | 101000 | 10011111 | 10010110 | 1001011 | 0 | 110 | 100110 | 10101111 | 111100 | 100111 |
Color Harmonies of #289F96
Complementary color
Monochromatic Colors of #289F96
Black with #289F96
Text Example
Text Example
White with #289F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F96; }
p { color: rgb(40,159,150); }
H1.HeaderClassName
{
color: #289F96;
}
.AnyTagClassName
{
color: #289F96;
}
</style>
background-color css
<style>
a { background-color: #289F96; }
a { background-color: rgb(40,159,150); }
div.DivClassName
{
background-color: #289F96;
}
.BgClassName
{
background-color: #289F96;
}
</style>
border-color css
<style>
span { border-color: #289F96; }
span { border-color: rgb(40,159,150); }
td.TdClassName
{
border-color: #289F96;
}
.TagClassName
{
border-color: #289F96;
}
</style>