Shades of Java #289C99
Tints of Java #289C99
RGB
CMYK
RGB Variations
Color information
#289C99 (or 0x289C99) is known color: Java. HEX triplet: 28, 9C and 99. RGB value is (40,156,153). Sum of RGB (Red+Green+Blue) = 40+156+153=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #289C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289C99 is #D76366. Grayscale: #787878. Windows color (decimal): -14115687 or 10066984. OLE color: 10066984.
HSL color Cylindrical-coordinate representation of color #289C99: hue angle of 178.45º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289C99 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 153 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.39 |
| HSL | 178.45º | 0.59% | 0.38% | - |
| HSV(B) | 178.45º | 0.74% | 0.61% | - |
| XYZ | 18.51 | 26.53 | 34.28 | - |
| YUV | 120.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 153 | 0.74 | 0 | 0.02 | 0.39 | 178.45 | 0.59 | 0.38 |
| Hex | 28 | 9C | 99 | 4A | 0 | 2 | 27 | B2 | 3B | 26 |
| Octal | 50 | 234 | 231 | 112 | 0 | 2 | 47 | 262 | 73 | 46 |
| Binary | 101000 | 10011100 | 10011001 | 1001010 | 0 | 10 | 100111 | 10110010 | 111011 | 100110 |
Color Harmonies of #289C99
Complementary color
Monochromatic Colors of #289C99
Black with #289C99
Text Example
Text Example
White with #289C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C99; }
p { color: rgb(40,156,153); }
H1.HeaderClassName
{
color: #289C99;
}
.AnyTagClassName
{
color: #289C99;
}
</style>
background-color css
<style>
a { background-color: #289C99; }
a { background-color: rgb(40,156,153); }
div.DivClassName
{
background-color: #289C99;
}
.BgClassName
{
background-color: #289C99;
}
</style>
border-color css
<style>
span { border-color: #289C99; }
span { border-color: rgb(40,156,153); }
td.TdClassName
{
border-color: #289C99;
}
.TagClassName
{
border-color: #289C99;
}
</style>