Shades of Java #28A79D
Tints of Java #28A79D
RGB
CMYK
RGB Variations
Color information
#28A79D (or 0x28A79D) is known color: Java. HEX triplet: 28, A7 and 9D. RGB value is (40,167,157). Sum of RGB (Red+Green+Blue) = 40+167+157=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #28A79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A79D is #D75862. Grayscale: #7F7F7F. Windows color (decimal): -14112867 or 10331944. OLE color: 10331944.
HSL color Cylindrical-coordinate representation of color #28A79D: hue angle of 175.28º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A79D is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 157 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.35 |
| HSL | 175.28º | 0.61% | 0.41% | - |
| HSV(B) | 175.28º | 0.76% | 0.65% | - |
| XYZ | 20.78 | 30.52 | 36.69 | - |
| YUV | 127.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 157 | 0.76 | 0 | 0.06 | 0.35 | 175.28 | 0.61 | 0.41 |
| Hex | 28 | A7 | 9D | 4C | 0 | 6 | 23 | AF | 3D | 29 |
| Octal | 50 | 247 | 235 | 114 | 0 | 6 | 43 | 257 | 75 | 51 |
| Binary | 101000 | 10100111 | 10011101 | 1001100 | 0 | 110 | 100011 | 10101111 | 111101 | 101001 |
Color Harmonies of #28A79D
Complementary color
Monochromatic Colors of #28A79D
Black with #28A79D
Text Example
Text Example
White with #28A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A79D; }
p { color: rgb(40,167,157); }
H1.HeaderClassName
{
color: #28A79D;
}
.AnyTagClassName
{
color: #28A79D;
}
</style>
background-color css
<style>
a { background-color: #28A79D; }
a { background-color: rgb(40,167,157); }
div.DivClassName
{
background-color: #28A79D;
}
.BgClassName
{
background-color: #28A79D;
}
</style>
border-color css
<style>
span { border-color: #28A79D; }
span { border-color: rgb(40,167,157); }
td.TdClassName
{
border-color: #28A79D;
}
.TagClassName
{
border-color: #28A79D;
}
</style>