#34AB98

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

Shades of Niagara #34AB98

Tints of Niagara #34AB98

Color information

#34AB98 (or 0x34AB98) is unknown color: approx Niagara. HEX triplet: 34, AB and 98. RGB value is (52,171,152). Sum of RGB (Red+Green+Blue) = 52+171+152=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB98 is #CB5467. Grayscale: #858585. Windows color (decimal): -13325416 or 10005300. OLE color: 10005300.

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

Color convert

RGB52171152-
CMYK0.7000.110.33
HSL170.42º53.36%43.73%-
HSV(B)170.42º69.59%67.06%-
XYZ21.6532.1234.77-
YUV133.25138.5870.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.87%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=13.87%
G=45.6%
B=40.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521711520.7000.110.33170.4253.3643.73
Hex34AB98460B21aa352c
Octal64253230106013412526554
Binary110100101010111001100010001100101110000110101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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