Html Css Color HEX #34A591 Niagara

📋 copy color: '#34A591'

red 52 ◦ green 165 ◦ blue 145

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

Shades of Niagara #34A591

Tints of Niagara #34A591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 14.36%
G = 45.58%
B = 40.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#34A591 (or 0x34A591) is known color: Niagara. HEX triplet: 34, A5 and 91. RGB value is (52,165,145). Sum of RGB (Red+Green+Blue) = 52+165+145=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #34A591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A591 is #CB5A6E. Grayscale: #808080. Windows color (decimal): -13326959 or 9545012. OLE color: 9545012.

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

Color convert

RGB 52 165 145 -
CMYK 0.68 0 0.12 0.35
HSL 169.38º 0.52% 0.43% -
HSV(B) 169.38º 0.68% 0.65% -
XYZ 19.98 29.68 31.46 -
YUV 128.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 52 165 145 0.68 0 0.12 0.35 169.38 0.52 0.43
Hex 34 A5 91 44 0 C 23 A9 34 2B
Octal 64 245 221 104 0 14 43 251 64 53
Binary 110100 10100101 10010001 1000100 0 1100 100011 10101001 110100 101011

Color Harmonies of #34A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A591

Black with #34A591

Text Example


Text Example

White with #34A591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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