#34AF92

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

Shades of Niagara #34AF92

Tints of Niagara #34AF92

Color information

#34AF92 (or 0x34AF92) is unknown color: approx Niagara. HEX triplet: 34, AF and 92. RGB value is (52,175,146). Sum of RGB (Red+Green+Blue) = 52+175+146=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AF92 is #CB506D. Grayscale: #868686. Windows color (decimal): -13324398 or 9613108. OLE color: 9613108.

HSL color Cylindrical-coordinate representation of color #34AF92: hue angle of 165.85º 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 #34AF92 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB52175146-
CMYK0.7000.170.31
HSL165.85º54.19%44.51%-
HSV(B)165.85º70.29%68.63%-
XYZ21.9333.4732.5-
YUV134.92134.2568.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=13.94%
G=46.92%
B=39.14%

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
Decimal521751460.7000.170.31165.8554.1944.51
Hex34AF92460111Fa6362d
Octal64257222106021372466655
Binary110100101011111001001010001100100011111110100110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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