Shades of Java #289997
Tints of Java #289997
RGB
CMYK
RGB Variations
Color information
#289997 (or 0x289997) is known color: Java. HEX triplet: 28, 99 and 97. RGB value is (40,153,151). Sum of RGB (Red+Green+Blue) = 40+153+151=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #289997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289997 is #D76668. Grayscale: #767676. Windows color (decimal): -14116457 or 9935144. OLE color: 9935144.
HSL color Cylindrical-coordinate representation of color #289997: hue angle of 178.94º 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 #289997 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 151 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.4 |
| HSL | 178.94º | 0.59% | 0.38% | - |
| HSV(B) | 178.94º | 0.74% | 0.6% | - |
| XYZ | 17.85 | 25.47 | 33.25 | - |
| YUV | 118.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 151 | 0.74 | 0 | 0.01 | 0.4 | 178.94 | 0.59 | 0.38 |
| Hex | 28 | 99 | 97 | 4A | 0 | 1 | 28 | B3 | 3B | 26 |
| Octal | 50 | 231 | 227 | 112 | 0 | 1 | 50 | 263 | 73 | 46 |
| Binary | 101000 | 10011001 | 10010111 | 1001010 | 0 | 1 | 101000 | 10110011 | 111011 | 100110 |
Color Harmonies of #289997
Complementary color
Monochromatic Colors of #289997
Black with #289997
Text Example
Text Example
White with #289997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289997; }
p { color: rgb(40,153,151); }
H1.HeaderClassName
{
color: #289997;
}
.AnyTagClassName
{
color: #289997;
}
</style>
background-color css
<style>
a { background-color: #289997; }
a { background-color: rgb(40,153,151); }
div.DivClassName
{
background-color: #289997;
}
.BgClassName
{
background-color: #289997;
}
</style>
border-color css
<style>
span { border-color: #289997; }
span { border-color: rgb(40,153,151); }
td.TdClassName
{
border-color: #289997;
}
.TagClassName
{
border-color: #289997;
}
</style>