#34A09D

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

Shades of Java #34A09D

Tints of Java #34A09D

Color information

#34A09D (or 0x34A09D) is unknown color: approx Java. HEX triplet: 34, A0 and 9D. RGB value is (52,160,157). Sum of RGB (Red+Green+Blue) = 52+160+157=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #34A09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A09D is #CB5F62. Grayscale: #7F7F7F. Windows color (decimal): -13328227 or 10330164. OLE color: 10330164.

HSL color Cylindrical-coordinate representation of color #34A09D: hue angle of 178.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A09D is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB52160157-
CMYK0.6800.020.37
HSL178.33º50.94%41.57%-
HSV(B)178.33º67.5%62.75%-
XYZ20.0728.3136.3-
YUV127.37144.7274.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=14.09%
G=43.36%
B=42.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal521601570.6800.020.37178.3350.9441.57
Hex34A09D440225b2332a
Octal6424023510402452626352
Binary1101001010000010011101100010001010010110110010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,160,157); }

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

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

 a { background-color: rgb(52,160,157); }

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

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

 span { border-color: rgb(52,160,157); }

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