#34A59F

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

Shades of Java #34A59F

Tints of Java #34A59F

Color information

#34A59F (or 0x34A59F) is unknown color: approx Java. HEX triplet: 34, A5 and 9F. RGB value is (52,165,159). Sum of RGB (Red+Green+Blue) = 52+165+159=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #34A59F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A59F is #CB5A60. Grayscale: #828282. Windows color (decimal): -13326945 or 10462516. OLE color: 10462516.

HSL color Cylindrical-coordinate representation of color #34A59F: hue angle of 176.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A59F is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB52165159-
CMYK0.6800.040.35
HSL176.81º52.07%42.55%-
HSV(B)176.81º68.48%64.71%-
XYZ21.1330.1437.51-
YUV130.53144.0671.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.83%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=13.83%
G=43.88%
B=42.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521651590.6800.040.35176.8152.0742.55
Hex34A59F440423b1342b
Octal6424523710404432616453
Binary11010010100101100111111000100010010001110110001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A59F; }

 p { color: rgb(52,165,159); }

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

<style>
 a { background-color: #34A59F; }

 a { background-color: rgb(52,165,159); }

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

<style>
 span { border-color: #34A59F; }

 span { border-color: rgb(52,165,159); }

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