Shades of Java #22A2A2
Tints of Java #22A2A2
RGB
CMYK
RGB Variations
Color information
#22A2A2 (or 0x22A2A2) is known color: Java. HEX triplet: 22, A2 and A2. RGB value is (34,162,162). Sum of RGB (Red+Green+Blue) = 34+162+162=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: green, blue. Hex color #22A2A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A2A2 is #DD5D5D. Grayscale: #7B7B7B. Windows color (decimal): -14507358 or 10658338. OLE color: 10658338.
HSL color Cylindrical-coordinate representation of color #22A2A2: hue angle of 180º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A2A2 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 162 | 162 | - |
| CMYK | 0.79 | 0 | 0 | 0.36 |
| HSL | 180º | 0.65% | 0.38% | - |
| HSV(B) | 180º | 0.79% | 0.64% | - |
| XYZ | 20.1 | 28.79 | 38.68 | - |
| YUV | 123.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 162 | 162 | 0.79 | 0 | 0 | 0.36 | 180 | 0.65 | 0.38 |
| Hex | 22 | A2 | A2 | 4F | 0 | 0 | 24 | B4 | 41 | 26 |
| Octal | 42 | 242 | 242 | 117 | 0 | 0 | 44 | 264 | 101 | 46 |
| Binary | 100010 | 10100010 | 10100010 | 1001111 | 0 | 0 | 100100 | 10110100 | 1000001 | 100110 |
Color Harmonies of #22A2A2
Complementary color
Monochromatic Colors of #22A2A2
Black with #22A2A2
Text Example
Text Example
White with #22A2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A2A2; }
p { color: rgb(34,162,162); }
H1.HeaderClassName
{
color: #22A2A2;
}
.AnyTagClassName
{
color: #22A2A2;
}
</style>
background-color css
<style>
a { background-color: #22A2A2; }
a { background-color: rgb(34,162,162); }
div.DivClassName
{
background-color: #22A2A2;
}
.BgClassName
{
background-color: #22A2A2;
}
</style>
border-color css
<style>
span { border-color: #22A2A2; }
span { border-color: rgb(34,162,162); }
td.TdClassName
{
border-color: #22A2A2;
}
.TagClassName
{
border-color: #22A2A2;
}
</style>