#34A699

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

Shades of Niagara #34A699

Tints of Niagara #34A699

Color information

#34A699 (or 0x34A699) is unknown color: approx Niagara. HEX triplet: 34, A6 and 99. RGB value is (52,166,153). Sum of RGB (Red+Green+Blue) = 52+166+153=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #34A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A699 is #CB5966. Grayscale: #828282. Windows color (decimal): -13326695 or 10069556. OLE color: 10069556.

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

Color convert

RGB52166153-
CMYK0.6900.080.35
HSL173.16º52.29%42.75%-
HSV(B)173.16º68.67%65.1%-
XYZ20.830.334.89-
YUV130.43140.7372.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.02%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=14.02%
G=44.74%
B=41.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521661530.6900.080.35173.1652.2942.75
Hex34A699450823ad342b
Octal64246231105010432556453
Binary110100101001101001100110001010100010001110101101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,166,153); }

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

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

 a { background-color: rgb(52,166,153); }

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

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

 span { border-color: rgb(52,166,153); }

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