Shades of Java #22A296
Tints of Java #22A296
RGB
CMYK
RGB Variations
Color information
#22A296 (or 0x22A296) is known color: Java. HEX triplet: 22, A2 and 96. RGB value is (34,162,150). Sum of RGB (Red+Green+Blue) = 34+162+150=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #22A296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A296 is #DD5D69. Grayscale: #7A7A7A. Windows color (decimal): -14507370 or 9871906. OLE color: 9871906.
HSL color Cylindrical-coordinate representation of color #22A296: hue angle of 174.38º 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 #22A296 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 162 | 150 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.36 |
| HSL | 174.38º | 0.65% | 0.38% | - |
| HSV(B) | 174.38º | 0.79% | 0.64% | - |
| XYZ | 19.09 | 28.38 | 33.33 | - |
| YUV | 122.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 162 | 150 | 0.79 | 0 | 0.07 | 0.36 | 174.38 | 0.65 | 0.38 |
| Hex | 22 | A2 | 96 | 4F | 0 | 7 | 24 | AE | 41 | 26 |
| Octal | 42 | 242 | 226 | 117 | 0 | 7 | 44 | 256 | 101 | 46 |
| Binary | 100010 | 10100010 | 10010110 | 1001111 | 0 | 111 | 100100 | 10101110 | 1000001 | 100110 |
Color Harmonies of #22A296
Complementary color
Monochromatic Colors of #22A296
Black with #22A296
Text Example
Text Example
White with #22A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A296; }
p { color: rgb(34,162,150); }
H1.HeaderClassName
{
color: #22A296;
}
.AnyTagClassName
{
color: #22A296;
}
</style>
background-color css
<style>
a { background-color: #22A296; }
a { background-color: rgb(34,162,150); }
div.DivClassName
{
background-color: #22A296;
}
.BgClassName
{
background-color: #22A296;
}
</style>
border-color css
<style>
span { border-color: #22A296; }
span { border-color: rgb(34,162,150); }
td.TdClassName
{
border-color: #22A296;
}
.TagClassName
{
border-color: #22A296;
}
</style>