Shades of Java #28979A
Tints of Java #28979A
RGB
CMYK
RGB Variations
Color information
#28979A (or 0x28979A) is known color: Java. HEX triplet: 28, 97 and 9A. RGB value is (40,151,154). Sum of RGB (Red+Green+Blue) = 40+151+154=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #28979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28979A is #D76865. Grayscale: #767676. Windows color (decimal): -14116966 or 10131240. OLE color: 10131240.
HSL color Cylindrical-coordinate representation of color #28979A: hue angle of 181.58º 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 #28979A is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 151 | 154 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.40 |
| HSL | 181.58º | 0.59% | 0.38% | - |
| HSV(B) | 181.58º | 0.74% | 0.6% | - |
| XYZ | 17.77 | 24.92 | 34.44 | - |
| YUV | 118.15 | 148.23 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 154 | 0.74 | 0.02 | 0 | 0.40 | 181.58 | 0.59 | 0.38 |
| Hex | 28 | 97 | 9A | 4A | 2 | 0 | 28 | B6 | 3B | 26 |
| Octal | 50 | 227 | 232 | 112 | 2 | 0 | 50 | 266 | 73 | 46 |
| Binary | 101000 | 10010111 | 10011010 | 1001010 | 10 | 0 | 101000 | 10110110 | 111011 | 100110 |
Color Harmonies of #28979A
Complementary color
Monochromatic Colors of #28979A
Black with #28979A
Text Example
Text Example
White with #28979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28979A; }
p { color: rgb(40,151,154); }
H1.HeaderClassName
{
color: #28979A;
}
.AnyTagClassName
{
color: #28979A;
}
</style>
background-color css
<style>
a { background-color: #28979A; }
a { background-color: rgb(40,151,154); }
div.DivClassName
{
background-color: #28979A;
}
.BgClassName
{
background-color: #28979A;
}
</style>
border-color css
<style>
span { border-color: #28979A; }
span { border-color: rgb(40,151,154); }
td.TdClassName
{
border-color: #28979A;
}
.TagClassName
{
border-color: #28979A;
}
</style>