Html Css Color HEX #34B490 Niagara

📋 copy color: '#34B490'

red 52 ◦ green 180 ◦ blue 144

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

Shades of Niagara #34B490

Tints of Niagara #34B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.87%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 13.83%
G = 47.87%
B = 38.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#34B490 (or 0x34B490) is known color: Niagara. HEX triplet: 34, B4 and 90. RGB value is (52,180,144). Sum of RGB (Red+Green+Blue) = 52+180+144=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #34B490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B490 is #CB4B6F. Grayscale: #898989. Windows color (decimal): -13323120 or 9483316. OLE color: 9483316.

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

Color convert

RGB 52 180 144 -
CMYK 0.71 0 0.2 0.29
HSL 163.13º 0.55% 0.45% -
HSV(B) 163.13º 0.71% 0.71% -
XYZ 22.77 35.39 32.02 -
YUV 137.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 52 180 144 0.71 0 0.2 0.29 163.13 0.55 0.45
Hex 34 B4 90 47 0 14 1D A3 37 2D
Octal 64 264 220 107 0 24 35 243 67 55
Binary 110100 10110100 10010000 1000111 0 10100 11101 10100011 110111 101101

Color Harmonies of #34B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B490

Black with #34B490

Text Example


Text Example

White with #34B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,180,144); }

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

background-color css

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

 a { background-color: rgb(52,180,144); }

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

border-color css

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

 span { border-color: rgb(52,180,144); }

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