#34AF91

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

Shades of Niagara #34AF91

Tints of Niagara #34AF91

Color information

#34AF91 (or 0x34AF91) is unknown color: approx Niagara. HEX triplet: 34, AF and 91. RGB value is (52,175,145). Sum of RGB (Red+Green+Blue) = 52+175+145=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AF91 is #CB506E. Grayscale: #868686. Windows color (decimal): -13324399 or 9547572. OLE color: 9547572.

HSL color Cylindrical-coordinate representation of color #34AF91: hue angle of 165.37º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF91 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB52175145-
CMYK0.7000.170.31
HSL165.37º54.19%44.51%-
HSV(B)165.37º70.29%68.63%-
XYZ21.8633.4332.09-
YUV134.8133.7568.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.98%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=13.98%
G=47.04%
B=38.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521751450.7000.170.31165.3754.1944.51
Hex34AF91460111Fa5362d
Octal64257221106021372456655
Binary110100101011111001000110001100100011111110100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,175,145); }

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

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

 a { background-color: rgb(52,175,145); }

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

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

 span { border-color: rgb(52,175,145); }

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