#34a797

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

Shades of Niagara #34A797

Tints of Niagara #34A797

Color information

#34A797 (or 0x34A797) is unknown color: approx Niagara. HEX triplet: 34, A7 and 97. RGB value is (52,167,151). Sum of RGB (Red+Green+Blue) = 52+167+151=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #34A797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A797 is #CB5868. Grayscale: #828282. Windows color (decimal): -13326441 or 9938740. OLE color: 9938740.

HSL color Cylindrical-coordinate representation of color #34A797: hue angle of 171.65º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A797 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB52167151-
CMYK0.6900.100.35
HSL171.65º52.51%42.94%-
HSV(B)171.65º68.86%65.49%-
XYZ20.8230.634.09-
YUV130.79139.471.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.05%
GREEN value IS 167 (65.62% from 255) = 45.14%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=14.05%
G=45.14%
B=40.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521671510.6900.100.35171.6552.5142.94
Hex34A797450A23ac352b
Octal64247227105012432546553
Binary110100101001111001011110001010101010001110101100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34a797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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