#34AC9A

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

Shades of Niagara #34AC9A

Tints of Niagara #34AC9A

Color information

#34AC9A (or 0x34AC9A) is unknown color: approx Niagara. HEX triplet: 34, AC and 9A. RGB value is (52,172,154). Sum of RGB (Red+Green+Blue) = 52+172+154=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AC9A is #CB5365. Grayscale: #868686. Windows color (decimal): -13325158 or 10136628. OLE color: 10136628.

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

Color convert

RGB52172154-
CMYK0.7000.100.33
HSL171º53.57%43.92%-
HSV(B)171º69.77%67.45%-
XYZ2232.5735.7-
YUV134.07139.2469.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.76%
GREEN value IS 172 (67.58% from 255) = 45.50%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=13.76%
G=45.50%
B=40.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521721540.7000.100.3317153.5743.92
Hex34AC9A460A21ab362c
Octal64254232106012412536654
Binary110100101011001001101010001100101010000110101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,172,154); }

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

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

 a { background-color: rgb(52,172,154); }

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

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

 span { border-color: rgb(52,172,154); }

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