Shades of Java #28A1A2
Tints of Java #28A1A2
RGB
CMYK
RGB Variations
Color information
#28A1A2 (or 0x28A1A2) is known color: Java. HEX triplet: 28, A1 and A2. RGB value is (40,161,162). Sum of RGB (Red+Green+Blue) = 40+161+162=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 162 - color contains mainly: blue. Hex color #28A1A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A1A2 is #D75E5D. Grayscale: #7C7C7C. Windows color (decimal): -14114398 or 10658088. OLE color: 10658088.
HSL color Cylindrical-coordinate representation of color #28A1A2: hue angle of 180.49º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A1A2 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 161 | 162 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.36 |
| HSL | 180.49º | 0.6% | 0.4% | - |
| HSV(B) | 180.49º | 0.75% | 0.64% | - |
| XYZ | 20.14 | 28.55 | 38.63 | - |
| YUV | 124.94 | 148.91 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 162 | 0.75 | 0.01 | 0 | 0.36 | 180.49 | 0.6 | 0.4 |
| Hex | 28 | A1 | A2 | 4B | 1 | 0 | 24 | B4 | 3C | 28 |
| Octal | 50 | 241 | 242 | 113 | 1 | 0 | 44 | 264 | 74 | 50 |
| Binary | 101000 | 10100001 | 10100010 | 1001011 | 1 | 0 | 100100 | 10110100 | 111100 | 101000 |
Color Harmonies of #28A1A2
Complementary color
Monochromatic Colors of #28A1A2
Black with #28A1A2
Text Example
Text Example
White with #28A1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1A2; }
p { color: rgb(40,161,162); }
H1.HeaderClassName
{
color: #28A1A2;
}
.AnyTagClassName
{
color: #28A1A2;
}
</style>
background-color css
<style>
a { background-color: #28A1A2; }
a { background-color: rgb(40,161,162); }
div.DivClassName
{
background-color: #28A1A2;
}
.BgClassName
{
background-color: #28A1A2;
}
</style>
border-color css
<style>
span { border-color: #28A1A2; }
span { border-color: rgb(40,161,162); }
td.TdClassName
{
border-color: #28A1A2;
}
.TagClassName
{
border-color: #28A1A2;
}
</style>