#2A968C

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

Shades of Java #2A968C

Tints of Java #2A968C

Color information

#2A968C (or 0x2A968C) is unknown color: approx Java. HEX triplet: 2A, 96 and 8C. RGB value is (42,150,140). Sum of RGB (Red+Green+Blue) = 42+150+140=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #2A968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A968C is #D56973. Grayscale: #747474. Windows color (decimal): -13986164 or 9213482. OLE color: 9213482.

HSL color Cylindrical-coordinate representation of color #2A968C: hue angle of 174.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A968C is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB42150140-
CMYK0.7200.070.41
HSL174.44º56.25%37.65%-
HSV(B)174.44º72%58.82%-
XYZ16.5924.228.61-
YUV116.57141.2274.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.65%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=12.65%
G=45.18%
B=42.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421501400.7200.070.41174.4456.2537.65
Hex2A968C480729ae3826
Octal5222621411007512567046
Binary10101010010110100011001001000011110100110101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,150,140); }

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

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

 a { background-color: rgb(42,150,140); }

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

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

 span { border-color: rgb(42,150,140); }

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