Shades of Java #289D9B
Tints of Java #289D9B
RGB
CMYK
RGB Variations
Color information
#289D9B (or 0x289D9B) is known color: Java. HEX triplet: 28, 9D and 9B. RGB value is (40,157,155). Sum of RGB (Red+Green+Blue) = 40+157+155=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #289D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289D9B is #D76264. Grayscale: #797979. Windows color (decimal): -14115429 or 10198312. OLE color: 10198312.
HSL color Cylindrical-coordinate representation of color #289D9B: hue angle of 178.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289D9B is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 155 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.38 |
| HSL | 178.97º | 0.59% | 0.39% | - |
| HSV(B) | 178.97º | 0.75% | 0.62% | - |
| XYZ | 18.85 | 26.93 | 35.22 | - |
| YUV | 121.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 155 | 0.75 | 0 | 0.01 | 0.38 | 178.97 | 0.59 | 0.39 |
| Hex | 28 | 9D | 9B | 4B | 0 | 1 | 26 | B3 | 3B | 27 |
| Octal | 50 | 235 | 233 | 113 | 0 | 1 | 46 | 263 | 73 | 47 |
| Binary | 101000 | 10011101 | 10011011 | 1001011 | 0 | 1 | 100110 | 10110011 | 111011 | 100111 |
Color Harmonies of #289D9B
Complementary color
Monochromatic Colors of #289D9B
Black with #289D9B
Text Example
Text Example
White with #289D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D9B; }
p { color: rgb(40,157,155); }
H1.HeaderClassName
{
color: #289D9B;
}
.AnyTagClassName
{
color: #289D9B;
}
</style>
background-color css
<style>
a { background-color: #289D9B; }
a { background-color: rgb(40,157,155); }
div.DivClassName
{
background-color: #289D9B;
}
.BgClassName
{
background-color: #289D9B;
}
</style>
border-color css
<style>
span { border-color: #289D9B; }
span { border-color: rgb(40,157,155); }
td.TdClassName
{
border-color: #289D9B;
}
.TagClassName
{
border-color: #289D9B;
}
</style>