#34A497

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

Shades of Niagara #34A497

Tints of Niagara #34A497

Color information

#34A497 (or 0x34A497) is unknown color: approx Niagara. HEX triplet: 34, A4 and 97. RGB value is (52,164,151). Sum of RGB (Red+Green+Blue) = 52+164+151=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #34A497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A497 is #CB5B68. Grayscale: #808080. Windows color (decimal): -13327209 or 9937972. OLE color: 9937972.

HSL color Cylindrical-coordinate representation of color #34A497: hue angle of 173.04º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A497 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB52164151-
CMYK0.6800.080.36
HSL173.04º51.85%42.35%-
HSV(B)173.04º68.29%64.31%-
XYZ20.2829.5233.91-
YUV129.03140.3973.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=14.17%
G=44.69%
B=41.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521641510.6800.080.36173.0451.8542.35
Hex34A497440824ad342a
Octal64244227104010442556452
Binary110100101001001001011110001000100010010010101101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,164,151); }

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

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

 a { background-color: rgb(52,164,151); }

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

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

 span { border-color: rgb(52,164,151); }

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