#35AA9C

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

Shades of Niagara #35AA9C

Tints of Niagara #35AA9C

Color information

#35AA9C (or 0x35AA9C) is unknown color: approx Niagara. HEX triplet: 35, AA and 9C. RGB value is (53,170,156). Sum of RGB (Red+Green+Blue) = 53+170+156=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA9C is #CA5563. Grayscale: #858585. Windows color (decimal): -13260132 or 10267189. OLE color: 10267189.

HSL color Cylindrical-coordinate representation of color #35AA9C: hue angle of 172.82º degrees, saturation: 0.52, 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 #35AA9C is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB53170156-
CMYK0.6900.080.33
HSL172.82º52.47%43.73%-
HSV(B)172.82º68.82%66.67%-
XYZ21.8431.9136.46-
YUV133.42140.7470.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=13.98%
G=44.85%
B=41.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701560.6900.080.33172.8252.4743.73
Hex35AA9C450821ad342c
Octal65252234105010412556454
Binary110101101010101001110010001010100010000110101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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