#2AA29A

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

Shades of Java #2AA29A

Tints of Java #2AA29A

Color information

#2AA29A (or 0x2AA29A) is unknown color: approx Java. HEX triplet: 2A, A2 and 9A. RGB value is (42,162,154). Sum of RGB (Red+Green+Blue) = 42+162+154=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA29A is #D55D65. Grayscale: #7D7D7D. Windows color (decimal): -13983078 or 10134058. OLE color: 10134058.

HSL color Cylindrical-coordinate representation of color #2AA29A: hue angle of 176º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA29A is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB42162154-
CMYK0.7400.050.36
HSL176º58.82%40%-
HSV(B)176º74.07%63.53%-
XYZ19.7128.6735.07-
YUV125.21144.2468.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.73%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=11.73%
G=45.25%
B=43.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421621540.7400.050.3617658.8240
Hex2AA29A4A0524b03b28
Octal5224223211205442607350
Binary10101010100010100110101001010010110010010110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AA29A; }

 p { color: rgb(42,162,154); }

 H1.HeaderClassName
 {
   color: #2AA29A;
 }
 .AnyTagClassName
 {
   color: #2AA29A;
 }
</style>
background-color css

<style>
 a { background-color: #2AA29A; }

 a { background-color: rgb(42,162,154); }

 div.DivClassName
 {
   background-color: #2AA29A;
 }
 .BgClassName
 {
   background-color: #2AA29A;
 }
</style>
border-color css

<style>
 span { border-color: #2AA29A; }

 span { border-color: rgb(42,162,154); }

 td.TdClassName
 {
   border-color: #2AA29A;
 }
 .TagClassName
 {
   border-color: #2AA29A;
 }
</style>