#34ad8d

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

Shades of Niagara #34AD8D

Tints of Niagara #34AD8D

Color information

#34AD8D (or 0x34AD8D) is unknown color: approx Niagara. HEX triplet: 34, AD and 8D. RGB value is (52,173,141). Sum of RGB (Red+Green+Blue) = 52+173+141=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AD8D is #CB5272. Grayscale: #858585. Windows color (decimal): -13324915 or 9284916. OLE color: 9284916.

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

Color convert

RGB52173141-
CMYK0.7000.180.32
HSL164.13º53.78%44.12%-
HSV(B)164.13º69.94%67.84%-
XYZ21.1732.5430.36-
YUV133.17132.4170.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=14.21%
G=47.27%
B=38.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521731410.7000.180.32164.1353.7844.12
Hex34AD8D4601220a4362c
Octal64255215106022402446654
Binary1101001010110110001101100011001001010000010100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ad8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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