#34A68F

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

Shades of Niagara #34A68F

Tints of Niagara #34A68F

Color information

#34A68F (or 0x34A68F) is unknown color: approx Niagara. HEX triplet: 34, A6 and 8F. RGB value is (52,166,143). Sum of RGB (Red+Green+Blue) = 52+166+143=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #34A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A68F is #CB5970. Grayscale: #818181. Windows color (decimal): -13326705 or 9414196. OLE color: 9414196.

HSL color Cylindrical-coordinate representation of color #34A68F: hue angle of 167.89º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A68F is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB52166143-
CMYK0.6900.140.35
HSL167.89º52.29%42.75%-
HSV(B)167.89º68.67%65.1%-
XYZ20.0129.9930.72-
YUV129.29135.7372.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=14.40%
G=45.98%
B=39.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521661430.6900.140.35167.8952.2942.75
Hex34A68F450E23a8342b
Octal64246217105016432506453
Binary110100101001101000111110001010111010001110101000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,166,143); }

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

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

 a { background-color: rgb(52,166,143); }

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

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

 span { border-color: rgb(52,166,143); }

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