Html Css Color HEX #34A5A0 Java

📋 copy color: '#34A5A0'

red 52 ◦ green 165 ◦ blue 160

#34A5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #34A5A0

Tints of Java #34A5A0

RGB

 RED value IS 52 (20.7% from 255) = 13.79%

 GREEN value IS 165 (64.84% from 255) = 43.77%

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 13.79%
G = 43.77%
B = 42.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#34A5A0 (or 0x34A5A0) is known color: Java. HEX triplet: 34, A5 and A0. RGB value is (52,165,160). Sum of RGB (Red+Green+Blue) = 52+165+160=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #34A5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A5A0 is #CB5A5F. Grayscale: #828282. Windows color (decimal): -13326944 or 10528052. OLE color: 10528052.

HSL color Cylindrical-coordinate representation of color #34A5A0: hue angle of 177.35º 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 #34A5A0 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 160 -
CMYK 0.68 0 0.03 0.35
HSL 177.35º 0.52% 0.43% -
HSV(B) 177.35º 0.68% 0.65% -
XYZ 21.22 30.18 37.96 -
YUV 130.64 144.56 71.91 -
System Red Green Blue C M Y K H S L
Decimal 52 165 160 0.68 0 0.03 0.35 177.35 0.52 0.43
Hex 34 A5 A0 44 0 3 23 B1 34 2B
Octal 64 245 240 104 0 3 43 261 64 53
Binary 110100 10100101 10100000 1000100 0 11 100011 10110001 110100 101011

Color Harmonies of #34A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A5A0

Black with #34A5A0

Text Example


Text Example

White with #34A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34A5A0;
 }
 .AnyTagClassName
 {
   color: #34A5A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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