#34AB90

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

Shades of Niagara #34AB90

Tints of Niagara #34AB90

Color information

#34AB90 (or 0x34AB90) is unknown color: approx Niagara. HEX triplet: 34, AB and 90. RGB value is (52,171,144). Sum of RGB (Red+Green+Blue) = 52+171+144=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB90 is #CB546F. Grayscale: #848484. Windows color (decimal): -13325424 or 9481012. OLE color: 9481012.

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

Color convert

RGB52171144-
CMYK0.7000.160.33
HSL166.39º53.36%43.73%-
HSV(B)166.39º69.59%67.06%-
XYZ21.0131.8731.43-
YUV132.34134.5870.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=14.17%
G=46.59%
B=39.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521711440.7000.160.33166.3953.3643.73
Hex34AB904601021a6352c
Octal64253220106020412466554
Binary1101001010101110010000100011001000010000110100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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