Shades of Java #28A699
Tints of Java #28A699
RGB
CMYK
RGB Variations
Color information
#28A699 (or 0x28A699) is known color: Java. HEX triplet: 28, A6 and 99. RGB value is (40,166,153). Sum of RGB (Red+Green+Blue) = 40+166+153=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #28A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A699 is #D75966. Grayscale: #7E7E7E. Windows color (decimal): -14113127 or 10069544. OLE color: 10069544.
HSL color Cylindrical-coordinate representation of color #28A699: hue angle of 173.81º 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 #28A699 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 153 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.35 |
| HSL | 173.81º | 0.61% | 0.4% | - |
| HSV(B) | 173.81º | 0.76% | 0.65% | - |
| XYZ | 20.26 | 30.02 | 34.86 | - |
| YUV | 126.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 153 | 0.76 | 0 | 0.08 | 0.35 | 173.81 | 0.61 | 0.4 |
| Hex | 28 | A6 | 99 | 4C | 0 | 8 | 23 | AE | 3D | 28 |
| Octal | 50 | 246 | 231 | 114 | 0 | 10 | 43 | 256 | 75 | 50 |
| Binary | 101000 | 10100110 | 10011001 | 1001100 | 0 | 1000 | 100011 | 10101110 | 111101 | 101000 |
Color Harmonies of #28A699
Complementary color
Monochromatic Colors of #28A699
Black with #28A699
Text Example
Text Example
White with #28A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A699; }
p { color: rgb(40,166,153); }
H1.HeaderClassName
{
color: #28A699;
}
.AnyTagClassName
{
color: #28A699;
}
</style>
background-color css
<style>
a { background-color: #28A699; }
a { background-color: rgb(40,166,153); }
div.DivClassName
{
background-color: #28A699;
}
.BgClassName
{
background-color: #28A699;
}
</style>
border-color css
<style>
span { border-color: #28A699; }
span { border-color: rgb(40,166,153); }
td.TdClassName
{
border-color: #28A699;
}
.TagClassName
{
border-color: #28A699;
}
</style>