Shades of Java #289996
Tints of Java #289996
RGB
CMYK
RGB Variations
Color information
#289996 (or 0x289996) is known color: Java. HEX triplet: 28, 99 and 96. RGB value is (40,153,150). Sum of RGB (Red+Green+Blue) = 40+153+150=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #289996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289996 is #D76669. Grayscale: #767676. Windows color (decimal): -14116458 or 9869608. OLE color: 9869608.
HSL color Cylindrical-coordinate representation of color #289996: hue angle of 178.41º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289996 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 150 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.4 |
| HSL | 178.41º | 0.59% | 0.38% | - |
| HSV(B) | 178.41º | 0.74% | 0.6% | - |
| XYZ | 17.77 | 25.44 | 32.83 | - |
| YUV | 118.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 150 | 0.74 | 0 | 0.02 | 0.4 | 178.41 | 0.59 | 0.38 |
| Hex | 28 | 99 | 96 | 4A | 0 | 2 | 28 | B2 | 3B | 26 |
| Octal | 50 | 231 | 226 | 112 | 0 | 2 | 50 | 262 | 73 | 46 |
| Binary | 101000 | 10011001 | 10010110 | 1001010 | 0 | 10 | 101000 | 10110010 | 111011 | 100110 |
Color Harmonies of #289996
Complementary color
Monochromatic Colors of #289996
Black with #289996
Text Example
Text Example
White with #289996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289996; }
p { color: rgb(40,153,150); }
H1.HeaderClassName
{
color: #289996;
}
.AnyTagClassName
{
color: #289996;
}
</style>
background-color css
<style>
a { background-color: #289996; }
a { background-color: rgb(40,153,150); }
div.DivClassName
{
background-color: #289996;
}
.BgClassName
{
background-color: #289996;
}
</style>
border-color css
<style>
span { border-color: #289996; }
span { border-color: rgb(40,153,150); }
td.TdClassName
{
border-color: #289996;
}
.TagClassName
{
border-color: #289996;
}
</style>