Html Css Color HEX #34A59E Java

📋 copy color: '#34A59E'

red 52 ◦ green 165 ◦ blue 158

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

Shades of Java #34A59E

Tints of Java #34A59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 13.87%
G = 44%
B = 42.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#34A59E (or 0x34A59E) is known color: Java. HEX triplet: 34, A5 and 9E. RGB value is (52,165,158). Sum of RGB (Red+Green+Blue) = 52+165+158=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #34A59E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A59E is #CB5A61. Grayscale: #828282. Windows color (decimal): -13326946 or 10396980. OLE color: 10396980.

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

Color convert

RGB 52 165 158 -
CMYK 0.68 0 0.04 0.35
HSL 176.28º 0.52% 0.43% -
HSV(B) 176.28º 0.68% 0.65% -
XYZ 21.04 30.11 37.05 -
YUV 130.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 52 165 158 0.68 0 0.04 0.35 176.28 0.52 0.43
Hex 34 A5 9E 44 0 4 23 B0 34 2B
Octal 64 245 236 104 0 4 43 260 64 53
Binary 110100 10100101 10011110 1000100 0 100 100011 10110000 110100 101011

Color Harmonies of #34A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A59E

Black with #34A59E

Text Example


Text Example

White with #34A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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