Shades of Java #289A8B
Tints of Java #289A8B
RGB
CMYK
RGB Variations
Color information
#289A8B (or 0x289A8B) is known color: Java. HEX triplet: 28, 9A and 8B. RGB value is (40,154,139). Sum of RGB (Red+Green+Blue) = 40+154+139=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #289A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289A8B is #D76574. Grayscale: #767676. Windows color (decimal): -14116213 or 9148968. OLE color: 9148968.
HSL color Cylindrical-coordinate representation of color #289A8B: hue angle of 172.11º 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 #289A8B is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 139 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.40 |
| HSL | 172.11º | 0.59% | 0.38% | - |
| HSV(B) | 172.11º | 0.74% | 0.6% | - |
| XYZ | 17.09 | 25.43 | 28.43 | - |
| YUV | 118.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 139 | 0.74 | 0 | 0.10 | 0.40 | 172.11 | 0.59 | 0.38 |
| Hex | 28 | 9A | 8B | 4A | 0 | A | 28 | AC | 3B | 26 |
| Octal | 50 | 232 | 213 | 112 | 0 | 12 | 50 | 254 | 73 | 46 |
| Binary | 101000 | 10011010 | 10001011 | 1001010 | 0 | 1010 | 101000 | 10101100 | 111011 | 100110 |
Color Harmonies of #289A8B
Complementary color
Monochromatic Colors of #289A8B
Black with #289A8B
Text Example
Text Example
White with #289A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A8B; }
p { color: rgb(40,154,139); }
H1.HeaderClassName
{
color: #289A8B;
}
.AnyTagClassName
{
color: #289A8B;
}
</style>
background-color css
<style>
a { background-color: #289A8B; }
a { background-color: rgb(40,154,139); }
div.DivClassName
{
background-color: #289A8B;
}
.BgClassName
{
background-color: #289A8B;
}
</style>
border-color css
<style>
span { border-color: #289A8B; }
span { border-color: rgb(40,154,139); }
td.TdClassName
{
border-color: #289A8B;
}
.TagClassName
{
border-color: #289A8B;
}
</style>