#34A39A

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

Shades of Java #34A39A

Tints of Java #34A39A

Color information

#34A39A (or 0x34A39A) is unknown color: approx Java. HEX triplet: 34, A3 and 9A. RGB value is (52,163,154). Sum of RGB (Red+Green+Blue) = 52+163+154=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #34A39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A39A is #CB5C65. Grayscale: #808080. Windows color (decimal): -13327462 or 10134324. OLE color: 10134324.

HSL color Cylindrical-coordinate representation of color #34A39A: hue angle of 175.14º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A39A is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB52163154-
CMYK0.6800.060.36
HSL175.14º51.63%42.16%-
HSV(B)175.14º68.1%63.92%-
XYZ20.3529.2635.15-
YUV128.78142.2373.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 163 (64.06% from 255) = 44.17%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=14.09%
G=44.17%
B=41.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521631540.6800.060.36175.1451.6342.16
Hex34A39A440624af342a
Octal6424323210406442576452
Binary11010010100011100110101000100011010010010101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,154); }

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

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

 a { background-color: rgb(52,163,154); }

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

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

 span { border-color: rgb(52,163,154); }

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