Shades of Java #28998B
Tints of Java #28998B
RGB
CMYK
RGB Variations
Color information
#28998B (or 0x28998B) is known color: Java. HEX triplet: 28, 99 and 8B. RGB value is (40,153,139). Sum of RGB (Red+Green+Blue) = 40+153+139=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #28998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28998B is #D76674. Grayscale: #757575. Windows color (decimal): -14116469 or 9148712. OLE color: 9148712.
HSL color Cylindrical-coordinate representation of color #28998B: hue angle of 172.57º 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 #28998B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 139 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.4 |
| HSL | 172.57º | 0.59% | 0.38% | - |
| HSV(B) | 172.57º | 0.74% | 0.6% | - |
| XYZ | 16.93 | 25.1 | 28.38 | - |
| YUV | 117.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 139 | 0.74 | 0 | 0.09 | 0.4 | 172.57 | 0.59 | 0.38 |
| Hex | 28 | 99 | 8B | 4A | 0 | 9 | 28 | AD | 3B | 26 |
| Octal | 50 | 231 | 213 | 112 | 0 | 11 | 50 | 255 | 73 | 46 |
| Binary | 101000 | 10011001 | 10001011 | 1001010 | 0 | 1001 | 101000 | 10101101 | 111011 | 100110 |
Color Harmonies of #28998B
Complementary color
Monochromatic Colors of #28998B
Black with #28998B
Text Example
Text Example
White with #28998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28998B; }
p { color: rgb(40,153,139); }
H1.HeaderClassName
{
color: #28998B;
}
.AnyTagClassName
{
color: #28998B;
}
</style>
background-color css
<style>
a { background-color: #28998B; }
a { background-color: rgb(40,153,139); }
div.DivClassName
{
background-color: #28998B;
}
.BgClassName
{
background-color: #28998B;
}
</style>
border-color css
<style>
span { border-color: #28998B; }
span { border-color: rgb(40,153,139); }
td.TdClassName
{
border-color: #28998B;
}
.TagClassName
{
border-color: #28998B;
}
</style>