#34AA9D

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

Shades of Niagara #34AA9D

Tints of Niagara #34AA9D

Color information

#34AA9D (or 0x34AA9D) is unknown color: approx Niagara. HEX triplet: 34, AA and 9D. RGB value is (52,170,157). Sum of RGB (Red+Green+Blue) = 52+170+157=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AA9D is #CB5562. Grayscale: #858585. Windows color (decimal): -13325667 or 10332724. OLE color: 10332724.

HSL color Cylindrical-coordinate representation of color #34AA9D: hue angle of 173.39º 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 #34AA9D is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB52170157-
CMYK0.6900.080.33
HSL173.39º53.15%43.53%-
HSV(B)173.39º69.41%66.67%-
XYZ21.8831.9136.91-
YUV133.24141.4170.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.72%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=13.72%
G=44.85%
B=41.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521701570.6900.080.33173.3953.1543.53
Hex34AA9D450821ad352c
Octal64252235105010412556554
Binary110100101010101001110110001010100010000110101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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