Shades of Java #28A69D
Tints of Java #28A69D
RGB
CMYK
RGB Variations
Color information
#28A69D (or 0x28A69D) is known color: Java. HEX triplet: 28, A6 and 9D. RGB value is (40,166,157). Sum of RGB (Red+Green+Blue) = 40+166+157=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #28A69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A69D is #D75962. Grayscale: #7F7F7F. Windows color (decimal): -14113123 or 10331688. OLE color: 10331688.
HSL color Cylindrical-coordinate representation of color #28A69D: hue angle of 175.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A69D is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 157 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.35 |
| HSL | 175.71º | 0.61% | 0.4% | - |
| HSV(B) | 175.71º | 0.76% | 0.65% | - |
| XYZ | 20.6 | 30.16 | 36.63 | - |
| YUV | 127.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 157 | 0.76 | 0 | 0.05 | 0.35 | 175.71 | 0.61 | 0.4 |
| Hex | 28 | A6 | 9D | 4C | 0 | 5 | 23 | B0 | 3D | 28 |
| Octal | 50 | 246 | 235 | 114 | 0 | 5 | 43 | 260 | 75 | 50 |
| Binary | 101000 | 10100110 | 10011101 | 1001100 | 0 | 101 | 100011 | 10110000 | 111101 | 101000 |
Color Harmonies of #28A69D
Complementary color
Monochromatic Colors of #28A69D
Black with #28A69D
Text Example
Text Example
White with #28A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A69D; }
p { color: rgb(40,166,157); }
H1.HeaderClassName
{
color: #28A69D;
}
.AnyTagClassName
{
color: #28A69D;
}
</style>
background-color css
<style>
a { background-color: #28A69D; }
a { background-color: rgb(40,166,157); }
div.DivClassName
{
background-color: #28A69D;
}
.BgClassName
{
background-color: #28A69D;
}
</style>
border-color css
<style>
span { border-color: #28A69D; }
span { border-color: rgb(40,166,157); }
td.TdClassName
{
border-color: #28A69D;
}
.TagClassName
{
border-color: #28A69D;
}
</style>