Html Css Color HEX #34B594 Niagara

📋 copy color: '#34B594'

red 52 ◦ green 181 ◦ blue 148

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

Shades of Niagara #34B594

Tints of Niagara #34B594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 13.65%
G = 47.51%
B = 38.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#34B594 (or 0x34B594) is known color: Niagara. HEX triplet: 34, B5 and 94. RGB value is (52,181,148). Sum of RGB (Red+Green+Blue) = 52+181+148=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #34B594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B594 is #CB4A6B. Grayscale: #8A8A8A. Windows color (decimal): -13322860 or 9745716. OLE color: 9745716.

HSL color Cylindrical-coordinate representation of color #34B594: hue angle of 164.65º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B594 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 181 148 -
CMYK 0.71 0 0.18 0.29
HSL 164.65º 0.55% 0.46% -
HSV(B) 164.65º 0.71% 0.71% -
XYZ 23.29 35.92 33.72 -
YUV 138.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 52 181 148 0.71 0 0.18 0.29 164.65 0.55 0.46
Hex 34 B5 94 47 0 12 1D A5 37 2E
Octal 64 265 224 107 0 22 35 245 67 56
Binary 110100 10110101 10010100 1000111 0 10010 11101 10100101 110111 101110

Color Harmonies of #34B594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B594

Black with #34B594

Text Example


Text Example

White with #34B594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,181,148); }

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

background-color css

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

 a { background-color: rgb(52,181,148); }

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

border-color css

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

 span { border-color: rgb(52,181,148); }

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