Shades of Java #28908B
Tints of Java #28908B
RGB
CMYK
RGB Variations
Color information
#28908B (or 0x28908B) is known color: Java. HEX triplet: 28, 90 and 8B. RGB value is (40,144,139). Sum of RGB (Red+Green+Blue) = 40+144+139=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #28908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28908B is #D76F74. Grayscale: #707070. Windows color (decimal): -14118773 or 9146408. OLE color: 9146408.
HSL color Cylindrical-coordinate representation of color #28908B: hue angle of 177.12º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28908B is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 139 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.44 |
| HSL | 177.12º | 0.57% | 0.36% | - |
| HSV(B) | 177.12º | 0.72% | 0.56% | - |
| XYZ | 15.51 | 22.26 | 27.91 | - |
| YUV | 112.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 139 | 0.72 | 0 | 0.03 | 0.44 | 177.12 | 0.57 | 0.36 |
| Hex | 28 | 90 | 8B | 48 | 0 | 3 | 2C | B1 | 39 | 24 |
| Octal | 50 | 220 | 213 | 110 | 0 | 3 | 54 | 261 | 71 | 44 |
| Binary | 101000 | 10010000 | 10001011 | 1001000 | 0 | 11 | 101100 | 10110001 | 111001 | 100100 |
Color Harmonies of #28908B
Complementary color
Monochromatic Colors of #28908B
Black with #28908B
Text Example
Text Example
White with #28908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28908B; }
p { color: rgb(40,144,139); }
H1.HeaderClassName
{
color: #28908B;
}
.AnyTagClassName
{
color: #28908B;
}
</style>
background-color css
<style>
a { background-color: #28908B; }
a { background-color: rgb(40,144,139); }
div.DivClassName
{
background-color: #28908B;
}
.BgClassName
{
background-color: #28908B;
}
</style>
border-color css
<style>
span { border-color: #28908B; }
span { border-color: rgb(40,144,139); }
td.TdClassName
{
border-color: #28908B;
}
.TagClassName
{
border-color: #28908B;
}
</style>