#34B697

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

Shades of Niagara #34B697

Tints of Niagara #34B697

Color information

#34B697 (or 0x34B697) is unknown color: approx Niagara. HEX triplet: 34, B6 and 97. RGB value is (52,182,151). Sum of RGB (Red+Green+Blue) = 52+182+151=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #34B697 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B697 is #CB4968. Grayscale: #8B8B8B. Windows color (decimal): -13322601 or 9942580. OLE color: 9942580.

HSL color Cylindrical-coordinate representation of color #34B697: hue angle of 165.69º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B697 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB52182151-
CMYK0.7100.170.29
HSL165.69º55.56%45.88%-
HSV(B)165.69º71.43%71.37%-
XYZ23.7336.4235.06-
YUV139.6134.4365.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.51%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=13.51%
G=47.27%
B=39.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521821510.7100.170.29165.6955.5645.88
Hex34B697470111Da6382e
Octal64266227107021352467056
Binary110100101101101001011110001110100011110110100110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,151); }

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

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

 a { background-color: rgb(52,182,151); }

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

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

 span { border-color: rgb(52,182,151); }

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