Shades of Java #28989F
Tints of Java #28989F
RGB
CMYK
RGB Variations
Color information
#28989F (or 0x28989F) is known color: Java. HEX triplet: 28, 98 and 9F. RGB value is (40,152,159). Sum of RGB (Red+Green+Blue) = 40+152+159=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #28989F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28989F is #D76760. Grayscale: #777777. Windows color (decimal): -14116705 or 10459176. OLE color: 10459176.
HSL color Cylindrical-coordinate representation of color #28989F: hue angle of 183.53º 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 #28989F is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 152 | 159 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.38 |
| HSL | 183.53º | 0.6% | 0.39% | - |
| HSV(B) | 183.53º | 0.75% | 0.62% | - |
| XYZ | 18.36 | 25.41 | 36.74 | - |
| YUV | 119.31 | 150.39 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 159 | 0.75 | 0.04 | 0 | 0.38 | 183.53 | 0.6 | 0.39 |
| Hex | 28 | 98 | 9F | 4B | 4 | 0 | 26 | B8 | 3C | 27 |
| Octal | 50 | 230 | 237 | 113 | 4 | 0 | 46 | 270 | 74 | 47 |
| Binary | 101000 | 10011000 | 10011111 | 1001011 | 100 | 0 | 100110 | 10111000 | 111100 | 100111 |
Color Harmonies of #28989F
Complementary color
Monochromatic Colors of #28989F
Black with #28989F
Text Example
Text Example
White with #28989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28989F; }
p { color: rgb(40,152,159); }
H1.HeaderClassName
{
color: #28989F;
}
.AnyTagClassName
{
color: #28989F;
}
</style>
background-color css
<style>
a { background-color: #28989F; }
a { background-color: rgb(40,152,159); }
div.DivClassName
{
background-color: #28989F;
}
.BgClassName
{
background-color: #28989F;
}
</style>
border-color css
<style>
span { border-color: #28989F; }
span { border-color: rgb(40,152,159); }
td.TdClassName
{
border-color: #28989F;
}
.TagClassName
{
border-color: #28989F;
}
</style>