#34B494

Color #34B494 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #34B494

Tints of Niagara #34B494

Color information

#34B494 (or 0x34B494) is unknown color: approx Niagara. HEX triplet: 34, B4 and 94. RGB value is (52,180,148). Sum of RGB (Red+Green+Blue) = 52+180+148=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #34B494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B494 is #CB4B6B. Grayscale: #8A8A8A. Windows color (decimal): -13323116 or 9745460. OLE color: 9745460.

HSL color Cylindrical-coordinate representation of color #34B494: hue angle of 165º 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 #34B494 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB52180148-
CMYK0.7100.180.29
HSL165º55.17%45.49%-
HSV(B)165º71.11%70.59%-
XYZ23.0835.5133.65-
YUV138.08133.5966.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.68%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=13.68%
G=47.37%
B=38.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521801480.7100.180.2916555.1745.49
Hex34B494470121Da5372d
Octal64264224107022352456755
Binary110100101101001001010010001110100101110110100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34B494;
 }
 .AnyTagClassName
 {
   color: #34B494;
 }
</style>
background-color css

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

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

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

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

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

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