Shades of Java #289999
Tints of Java #289999
RGB
CMYK
RGB Variations
Color information
#289999 (or 0x289999) is known color: Java. HEX triplet: 28, 99 and 99. RGB value is (40,153,153). Sum of RGB (Red+Green+Blue) = 40+153+153=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #289999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289999 is #D76666. Grayscale: #777777. Windows color (decimal): -14116455 or 10066216. OLE color: 10066216.
HSL color Cylindrical-coordinate representation of color #289999: hue angle of 180º 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 #289999 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 153 | - |
| CMYK | 0.74 | 0 | 0 | 0.4 |
| HSL | 180º | 0.59% | 0.38% | - |
| HSV(B) | 180º | 0.74% | 0.6% | - |
| XYZ | 18.02 | 25.53 | 34.12 | - |
| YUV | 119.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 153 | 0.74 | 0 | 0 | 0.4 | 180 | 0.59 | 0.38 |
| Hex | 28 | 99 | 99 | 4A | 0 | 0 | 28 | B4 | 3B | 26 |
| Octal | 50 | 231 | 231 | 112 | 0 | 0 | 50 | 264 | 73 | 46 |
| Binary | 101000 | 10011001 | 10011001 | 1001010 | 0 | 0 | 101000 | 10110100 | 111011 | 100110 |
Color Harmonies of #289999
Complementary color
Monochromatic Colors of #289999
Black with #289999
Text Example
Text Example
White with #289999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289999; }
p { color: rgb(40,153,153); }
H1.HeaderClassName
{
color: #289999;
}
.AnyTagClassName
{
color: #289999;
}
</style>
background-color css
<style>
a { background-color: #289999; }
a { background-color: rgb(40,153,153); }
div.DivClassName
{
background-color: #289999;
}
.BgClassName
{
background-color: #289999;
}
</style>
border-color css
<style>
span { border-color: #289999; }
span { border-color: rgb(40,153,153); }
td.TdClassName
{
border-color: #289999;
}
.TagClassName
{
border-color: #289999;
}
</style>