Html Css Color HEX #34A59B Java

📋 copy color: '#34A59B'

red 52 ◦ green 165 ◦ blue 155

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

Shades of Java #34A59B

Tints of Java #34A59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 13.98%
G = 44.35%
B = 41.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#34A59B (or 0x34A59B) is known color: Java. HEX triplet: 34, A5 and 9B. RGB value is (52,165,155). Sum of RGB (Red+Green+Blue) = 52+165+155=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #34A59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A59B is #CB5A64. Grayscale: #828282. Windows color (decimal): -13326949 or 10200372. OLE color: 10200372.

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

Color convert

RGB 52 165 155 -
CMYK 0.68 0 0.06 0.35
HSL 174.69º 0.52% 0.43% -
HSV(B) 174.69º 0.68% 0.65% -
XYZ 20.79 30.01 35.71 -
YUV 130.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 52 165 155 0.68 0 0.06 0.35 174.69 0.52 0.43
Hex 34 A5 9B 44 0 6 23 AF 34 2B
Octal 64 245 233 104 0 6 43 257 64 53
Binary 110100 10100101 10011011 1000100 0 110 100011 10101111 110100 101011

Color Harmonies of #34A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A59B

Black with #34A59B

Text Example


Text Example

White with #34A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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