Shades of Java #289D9F
Tints of Java #289D9F
RGB
CMYK
RGB Variations
Color information
#289D9F (or 0x289D9F) is known color: Java. HEX triplet: 28, 9D and 9F. RGB value is (40,157,159). Sum of RGB (Red+Green+Blue) = 40+157+159=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #289D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289D9F is #D76260. Grayscale: #7A7A7A. Windows color (decimal): -14115425 or 10460456. OLE color: 10460456.
HSL color Cylindrical-coordinate representation of color #289D9F: hue angle of 181.01º degrees, saturation: 0.6, 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 #289D9F is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 159 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.38 |
| HSL | 181.01º | 0.6% | 0.39% | - |
| HSV(B) | 181.01º | 0.75% | 0.62% | - |
| XYZ | 19.19 | 27.07 | 37.01 | - |
| YUV | 122.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 159 | 0.75 | 0.01 | 0 | 0.38 | 181.01 | 0.6 | 0.39 |
| Hex | 28 | 9D | 9F | 4B | 1 | 0 | 26 | B5 | 3C | 27 |
| Octal | 50 | 235 | 237 | 113 | 1 | 0 | 46 | 265 | 74 | 47 |
| Binary | 101000 | 10011101 | 10011111 | 1001011 | 1 | 0 | 100110 | 10110101 | 111100 | 100111 |
Color Harmonies of #289D9F
Complementary color
Monochromatic Colors of #289D9F
Black with #289D9F
Text Example
Text Example
White with #289D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D9F; }
p { color: rgb(40,157,159); }
H1.HeaderClassName
{
color: #289D9F;
}
.AnyTagClassName
{
color: #289D9F;
}
</style>
background-color css
<style>
a { background-color: #289D9F; }
a { background-color: rgb(40,157,159); }
div.DivClassName
{
background-color: #289D9F;
}
.BgClassName
{
background-color: #289D9F;
}
</style>
border-color css
<style>
span { border-color: #289D9F; }
span { border-color: rgb(40,157,159); }
td.TdClassName
{
border-color: #289D9F;
}
.TagClassName
{
border-color: #289D9F;
}
</style>