#35AC97

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

Shades of Niagara #35AC97

Tints of Niagara #35AC97

Color information

#35AC97 (or 0x35AC97) is unknown color: approx Niagara. HEX triplet: 35, AC and 97. RGB value is (53,172,151). Sum of RGB (Red+Green+Blue) = 53+172+151=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AC97 is #CA5368. Grayscale: #858585. Windows color (decimal): -13259625 or 9940021. OLE color: 9940021.

HSL color Cylindrical-coordinate representation of color #35AC97: hue angle of 169.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC97 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB53172151-
CMYK0.6900.120.33
HSL169.41º52.89%44.12%-
HSV(B)169.41º69.19%67.45%-
XYZ21.8132.534.4-
YUV134.02137.5870.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=14.10%
G=45.74%
B=40.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721510.6900.120.33169.4152.8944.12
Hex35AC97450C21a9352c
Octal65254227105014412516554
Binary110101101011001001011110001010110010000110101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,151); }

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

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

 a { background-color: rgb(53,172,151); }

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

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

 span { border-color: rgb(53,172,151); }

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