#34A299

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

Shades of Java #34A299

Tints of Java #34A299

Color information

#34A299 (or 0x34A299) is unknown color: approx Java. HEX triplet: 34, A2 and 99. RGB value is (52,162,153). Sum of RGB (Red+Green+Blue) = 52+162+153=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #34A299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A299 is #CB5D66. Grayscale: #808080. Windows color (decimal): -13327719 or 10068532. OLE color: 10068532.

HSL color Cylindrical-coordinate representation of color #34A299: hue angle of 175.09º degrees, saturation: 0.51, 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 #34A299 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB52162153-
CMYK0.6800.060.36
HSL175.09º51.4%41.96%-
HSV(B)175.09º67.9%63.53%-
XYZ20.0928.8734.65-
YUV128.08142.0673.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=14.17%
G=44.14%
B=41.69%

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
Decimal521621530.6800.060.36175.0951.441.96
Hex34A299440624af332a
Octal6424223110406442576352
Binary11010010100010100110011000100011010010010101111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,162,153); }

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

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

 a { background-color: rgb(52,162,153); }

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

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

 span { border-color: rgb(52,162,153); }

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