#22A296

Color #22A296 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #22A296

Tints of Java #22A296

Color information

#22A296 (or 0x22A296) is unknown color: approx 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

RGB34162150-
CMYK0.7900.070.36
HSL174.38º65.31%38.43%-
HSV(B)174.38º79.01%63.53%-
XYZ19.0928.3833.33-
YUV122.36143.5964.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 9.83%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=9.83%
G=46.82%
B=43.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal341621500.7900.070.36174.3865.3138.43
Hex22A2964F0724ae4126
Octal42242226117074425610146
Binary100010101000101001011010011110111100100101011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>