#34A394

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

Shades of Niagara #34A394

Tints of Niagara #34A394

Color information

#34A394 (or 0x34A394) is unknown color: approx Niagara. HEX triplet: 34, A3 and 94. RGB value is (52,163,148). Sum of RGB (Red+Green+Blue) = 52+163+148=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #34A394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A394 is #CB5C6B. Grayscale: #808080. Windows color (decimal): -13327468 or 9741108. OLE color: 9741108.

HSL color Cylindrical-coordinate representation of color #34A394: hue angle of 171.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A394 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB52163148-
CMYK0.6800.090.36
HSL171.89º51.63%42.16%-
HSV(B)171.89º68.1%63.92%-
XYZ19.8629.0632.58-
YUV128.1139.2373.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=14.33%
G=44.90%
B=40.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521631480.6800.090.36171.8951.6342.16
Hex34A394440924ac342a
Octal64243224104011442546452
Binary110100101000111001010010001000100110010010101100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,148); }

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

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

 a { background-color: rgb(52,163,148); }

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

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

 span { border-color: rgb(52,163,148); }

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