Shades of Java #28988B
Tints of Java #28988B
RGB
CMYK
RGB Variations
Color information
#28988B (or 0x28988B) is known color: Java. HEX triplet: 28, 98 and 8B. RGB value is (40,152,139). Sum of RGB (Red+Green+Blue) = 40+152+139=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #28988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988B is #D76774. Grayscale: #747474. Windows color (decimal): -14116725 or 9148456. OLE color: 9148456.
HSL color Cylindrical-coordinate representation of color #28988B: hue angle of 173.04º degrees, saturation: 0.58, 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 #28988B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 139 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.40 |
| HSL | 173.04º | 0.58% | 0.38% | - |
| HSV(B) | 173.04º | 0.74% | 0.6% | - |
| XYZ | 16.76 | 24.77 | 28.32 | - |
| YUV | 117.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 139 | 0.74 | 0 | 0.09 | 0.40 | 173.04 | 0.58 | 0.38 |
| Hex | 28 | 98 | 8B | 4A | 0 | 9 | 28 | AD | 3A | 26 |
| Octal | 50 | 230 | 213 | 112 | 0 | 11 | 50 | 255 | 72 | 46 |
| Binary | 101000 | 10011000 | 10001011 | 1001010 | 0 | 1001 | 101000 | 10101101 | 111010 | 100110 |
Color Harmonies of #28988B
Complementary color
Monochromatic Colors of #28988B
Black with #28988B
Text Example
Text Example
White with #28988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28988B; }
p { color: rgb(40,152,139); }
H1.HeaderClassName
{
color: #28988B;
}
.AnyTagClassName
{
color: #28988B;
}
</style>
background-color css
<style>
a { background-color: #28988B; }
a { background-color: rgb(40,152,139); }
div.DivClassName
{
background-color: #28988B;
}
.BgClassName
{
background-color: #28988B;
}
</style>
border-color css
<style>
span { border-color: #28988B; }
span { border-color: rgb(40,152,139); }
td.TdClassName
{
border-color: #28988B;
}
.TagClassName
{
border-color: #28988B;
}
</style>