Html Css Color HEX #34A19D Java

📋 copy color: '#34A19D'

red 52 ◦ green 161 ◦ blue 157

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

Shades of Java #34A19D

Tints of Java #34A19D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 14.05%
G = 43.51%
B = 42.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#34A19D (or 0x34A19D) is known color: Java. HEX triplet: 34, A1 and 9D. RGB value is (52,161,157). Sum of RGB (Red+Green+Blue) = 52+161+157=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #34A19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A19D is #CB5E62. Grayscale: #7F7F7F. Windows color (decimal): -13327971 or 10330420. OLE color: 10330420.

HSL color Cylindrical-coordinate representation of color #34A19D: hue angle of 177.8º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A19D is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 161 157 -
CMYK 0.68 0 0.02 0.37
HSL 177.8º 0.51% 0.42% -
HSV(B) 177.8º 0.68% 0.63% -
XYZ 20.25 28.65 36.36 -
YUV 127.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 52 161 157 0.68 0 0.02 0.37 177.8 0.51 0.42
Hex 34 A1 9D 44 0 2 25 B2 33 2A
Octal 64 241 235 104 0 2 45 262 63 52
Binary 110100 10100001 10011101 1000100 0 10 100101 10110010 110011 101010

Color Harmonies of #34A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A19D

Black with #34A19D

Text Example


Text Example

White with #34A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,161,157); }

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

background-color css

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

 a { background-color: rgb(52,161,157); }

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

border-color css

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

 span { border-color: rgb(52,161,157); }

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