#34b696

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

Shades of Niagara #34B696

Tints of Niagara #34B696

Color information

#34B696 (or 0x34B696) is unknown color: approx Niagara. HEX triplet: 34, B6 and 96. RGB value is (52,182,150). Sum of RGB (Red+Green+Blue) = 52+182+150=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #34B696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B696 is #CB4969. Grayscale: #8B8B8B. Windows color (decimal): -13322602 or 9877044. OLE color: 9877044.

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

Color convert

RGB52182150-
CMYK0.7100.180.29
HSL165.23º55.56%45.88%-
HSV(B)165.23º71.43%71.37%-
XYZ23.6536.3934.63-
YUV139.48133.9365.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.54%
GREEN value IS 182 (71.48% from 255) = 47.40%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=13.54%
G=47.40%
B=39.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521821500.7100.180.29165.2355.5645.88
Hex34B696470121Da5382e
Octal64266226107022352457056
Binary110100101101101001011010001110100101110110100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34b696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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