Shades of Java #22A29C
Tints of Java #22A29C
RGB
CMYK
RGB Variations
Color information
#22A29C (or 0x22A29C) is known color: Java. HEX triplet: 22, A2 and 9C. RGB value is (34,162,156). Sum of RGB (Red+Green+Blue) = 34+162+156=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #22A29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A29C is #DD5D63. Grayscale: #7A7A7A. Windows color (decimal): -14507364 or 10265122. OLE color: 10265122.
HSL color Cylindrical-coordinate representation of color #22A29C: hue angle of 177.19º 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 #22A29C is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 162 | 156 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.36 |
| HSL | 177.19º | 0.65% | 0.38% | - |
| HSV(B) | 177.19º | 0.79% | 0.64% | - |
| XYZ | 19.58 | 28.58 | 35.94 | - |
| YUV | 123.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 162 | 156 | 0.79 | 0 | 0.04 | 0.36 | 177.19 | 0.65 | 0.38 |
| Hex | 22 | A2 | 9C | 4F | 0 | 4 | 24 | B1 | 41 | 26 |
| Octal | 42 | 242 | 234 | 117 | 0 | 4 | 44 | 261 | 101 | 46 |
| Binary | 100010 | 10100010 | 10011100 | 1001111 | 0 | 100 | 100100 | 10110001 | 1000001 | 100110 |
Color Harmonies of #22A29C
Complementary color
Monochromatic Colors of #22A29C
Black with #22A29C
Text Example
Text Example
White with #22A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A29C; }
p { color: rgb(34,162,156); }
H1.HeaderClassName
{
color: #22A29C;
}
.AnyTagClassName
{
color: #22A29C;
}
</style>
background-color css
<style>
a { background-color: #22A29C; }
a { background-color: rgb(34,162,156); }
div.DivClassName
{
background-color: #22A29C;
}
.BgClassName
{
background-color: #22A29C;
}
</style>
border-color css
<style>
span { border-color: #22A29C; }
span { border-color: rgb(34,162,156); }
td.TdClassName
{
border-color: #22A29C;
}
.TagClassName
{
border-color: #22A29C;
}
</style>