#34AD99

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

Shades of Niagara #34AD99

Tints of Niagara #34AD99

Color information

#34AD99 (or 0x34AD99) is unknown color: approx Niagara. HEX triplet: 34, AD and 99. RGB value is (52,173,153). Sum of RGB (Red+Green+Blue) = 52+173+153=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AD99 is #CB5266. Grayscale: #868686. Windows color (decimal): -13324903 or 10071348. OLE color: 10071348.

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

Color convert

RGB52173153-
CMYK0.7000.120.32
HSL170.08º53.78%44.12%-
HSV(B)170.08º69.94%67.84%-
XYZ22.1132.9235.33-
YUV134.54138.4169.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.76%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=13.76%
G=45.77%
B=40.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521731530.7000.120.32170.0853.7844.12
Hex34AD99460C20aa362c
Octal64255231106014402526654
Binary110100101011011001100110001100110010000010101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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