#35A79C

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

Shades of Niagara #35A79C

Tints of Niagara #35A79C

Color information

#35A79C (or 0x35A79C) is unknown color: approx Niagara. HEX triplet: 35, A7 and 9C. RGB value is (53,167,156). Sum of RGB (Red+Green+Blue) = 53+167+156=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #35A79C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A79C is #CA5863. Grayscale: #838383. Windows color (decimal): -13260900 or 10266421. OLE color: 10266421.

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

Color convert

RGB53167156-
CMYK0.6800.070.35
HSL174.21º51.82%43.14%-
HSV(B)174.21º68.26%65.49%-
XYZ21.2930.7936.27-
YUV131.66141.7371.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 167 (65.62% from 255) = 44.41%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=14.10%
G=44.41%
B=41.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531671560.6800.070.35174.2151.8243.14
Hex35A79C440723ae342b
Octal6524723410407432566453
Binary11010110100111100111001000100011110001110101110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A79C; }

 p { color: rgb(53,167,156); }

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

<style>
 a { background-color: #35A79C; }

 a { background-color: rgb(53,167,156); }

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

<style>
 span { border-color: #35A79C; }

 span { border-color: rgb(53,167,156); }

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