#34AA97

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

Shades of Niagara #34AA97

Tints of Niagara #34AA97

Color information

#34AA97 (or 0x34AA97) is unknown color: approx Niagara. HEX triplet: 34, AA and 97. RGB value is (52,170,151). Sum of RGB (Red+Green+Blue) = 52+170+151=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AA97 is #CB5568. Grayscale: #848484. Windows color (decimal): -13325673 or 9939508. OLE color: 9939508.

HSL color Cylindrical-coordinate representation of color #34AA97: hue angle of 170.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA97 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB52170151-
CMYK0.6900.110.33
HSL170.34º53.15%43.53%-
HSV(B)170.34º69.41%66.67%-
XYZ21.3831.7134.27-
YUV132.55138.4170.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=13.94%
G=45.58%
B=40.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521701510.6900.110.33170.3453.1543.53
Hex34AA97450B21aa352c
Octal64252227105013412526554
Binary110100101010101001011110001010101110000110101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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