#2AA49B

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

Shades of Java #2AA49B

Tints of Java #2AA49B

Color information

#2AA49B (or 0x2AA49B) is unknown color: approx Java. HEX triplet: 2A, A4 and 9B. RGB value is (42,164,155). Sum of RGB (Red+Green+Blue) = 42+164+155=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA49B is #D55B64. Grayscale: #7E7E7E. Windows color (decimal): -13982565 or 10200106. OLE color: 10200106.

HSL color Cylindrical-coordinate representation of color #2AA49B: hue angle of 175.57º 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 #2AA49B is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB42164155-
CMYK0.7400.050.36
HSL175.57º59.22%40.39%-
HSV(B)175.57º74.39%64.31%-
XYZ20.1529.4135.63-
YUV126.5144.0867.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=11.63%
G=45.43%
B=42.94%

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
Decimal421641550.7400.050.36175.5759.2240.39
Hex2AA49B4A0524b03b28
Octal5224423311205442607350
Binary10101010100100100110111001010010110010010110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,155); }

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

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

 a { background-color: rgb(42,164,155); }

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

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

 span { border-color: rgb(42,164,155); }

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