#35A694

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

Shades of Niagara #35A694

Tints of Niagara #35A694

Color information

#35A694 (or 0x35A694) is unknown color: approx Niagara. HEX triplet: 35, A6 and 94. RGB value is (53,166,148). Sum of RGB (Red+Green+Blue) = 53+166+148=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #35A694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A694 is #CA596B. Grayscale: #828282. Windows color (decimal): -13261164 or 9741877. OLE color: 9741877.

HSL color Cylindrical-coordinate representation of color #35A694: hue angle of 170.44º 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 #35A694 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB53166148-
CMYK0.6800.110.35
HSL170.44º51.6%42.94%-
HSV(B)170.44º68.07%65.1%-
XYZ20.4530.1732.76-
YUV130.16138.0672.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=14.44%
G=45.23%
B=40.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531661480.6800.110.35170.4451.642.94
Hex35A694440B23aa342b
Octal65246224104013432526453
Binary110101101001101001010010001000101110001110101010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,148); }

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

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

 a { background-color: rgb(53,166,148); }

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

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

 span { border-color: rgb(53,166,148); }

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