#34AB96

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

Shades of Niagara #34AB96

Tints of Niagara #34AB96

Color information

#34AB96 (or 0x34AB96) is unknown color: approx Niagara. HEX triplet: 34, AB and 96. RGB value is (52,171,150). Sum of RGB (Red+Green+Blue) = 52+171+150=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB96 is #CB5469. Grayscale: #848484. Windows color (decimal): -13325418 or 9874228. OLE color: 9874228.

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

Color convert

RGB52171150-
CMYK0.7000.120.33
HSL169.41º53.36%43.73%-
HSV(B)169.41º69.59%67.06%-
XYZ21.4832.0633.91-
YUV133.02137.5870.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=13.94%
G=45.84%
B=40.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521711500.7000.120.33169.4153.3643.73
Hex34AB96460C21a9352c
Octal64253226106014412516554
Binary110100101010111001011010001100110010000110101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,171,150); }

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

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

 a { background-color: rgb(52,171,150); }

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

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

 span { border-color: rgb(52,171,150); }

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