#34AC94

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

Shades of Niagara #34AC94

Tints of Niagara #34AC94

Color information

#34AC94 (or 0x34AC94) is unknown color: approx Niagara. HEX triplet: 34, AC and 94. RGB value is (52,172,148). Sum of RGB (Red+Green+Blue) = 52+172+148=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AC94 is #CB536B. Grayscale: #858585. Windows color (decimal): -13325164 or 9743412. OLE color: 9743412.

HSL color Cylindrical-coordinate representation of color #34AC94: hue angle of 168º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AC94 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB52172148-
CMYK0.7000.140.33
HSL168º53.57%43.92%-
HSV(B)168º69.77%67.45%-
XYZ21.5132.3733.13-
YUV133.38136.2469.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.98%
GREEN value IS 172 (67.58% from 255) = 46.24%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=13.98%
G=46.24%
B=39.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521721480.7000.140.3316853.5743.92
Hex34AC94460E21a8362c
Octal64254224106016412506654
Binary110100101011001001010010001100111010000110101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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