Shades of Java #289896
Tints of Java #289896
RGB
CMYK
RGB Variations
Color information
#289896 (or 0x289896) is known color: Java. HEX triplet: 28, 98 and 96. RGB value is (40,152,150). Sum of RGB (Red+Green+Blue) = 40+152+150=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #289896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289896 is #D76769. Grayscale: #767676. Windows color (decimal): -14116714 or 9869352. OLE color: 9869352.
HSL color Cylindrical-coordinate representation of color #289896: hue angle of 178.93º degrees, saturation: 0.58, 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 #289896 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 150 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.40 |
| HSL | 178.93º | 0.58% | 0.38% | - |
| HSV(B) | 178.93º | 0.74% | 0.6% | - |
| XYZ | 17.61 | 25.11 | 32.77 | - |
| YUV | 118.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 150 | 0.74 | 0 | 0.01 | 0.40 | 178.93 | 0.58 | 0.38 |
| Hex | 28 | 98 | 96 | 4A | 0 | 1 | 28 | B3 | 3A | 26 |
| Octal | 50 | 230 | 226 | 112 | 0 | 1 | 50 | 263 | 72 | 46 |
| Binary | 101000 | 10011000 | 10010110 | 1001010 | 0 | 1 | 101000 | 10110011 | 111010 | 100110 |
Color Harmonies of #289896
Complementary color
Monochromatic Colors of #289896
Black with #289896
Text Example
Text Example
White with #289896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289896; }
p { color: rgb(40,152,150); }
H1.HeaderClassName
{
color: #289896;
}
.AnyTagClassName
{
color: #289896;
}
</style>
background-color css
<style>
a { background-color: #289896; }
a { background-color: rgb(40,152,150); }
div.DivClassName
{
background-color: #289896;
}
.BgClassName
{
background-color: #289896;
}
</style>
border-color css
<style>
span { border-color: #289896; }
span { border-color: rgb(40,152,150); }
td.TdClassName
{
border-color: #289896;
}
.TagClassName
{
border-color: #289896;
}
</style>