#35AA90

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

Shades of Niagara #35AA90

Tints of Niagara #35AA90

Color information

#35AA90 (or 0x35AA90) is unknown color: approx Niagara. HEX triplet: 35, AA and 90. RGB value is (53,170,144). Sum of RGB (Red+Green+Blue) = 53+170+144=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA90 is #CA556F. Grayscale: #848484. Windows color (decimal): -13260144 or 9480757. OLE color: 9480757.

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

Color convert

RGB53170144-
CMYK0.6900.150.33
HSL166.67º52.47%43.73%-
HSV(B)166.67º68.82%66.67%-
XYZ20.8831.5231.37-
YUV132.05134.7471.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=14.44%
G=46.32%
B=39.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701440.6900.150.33166.6752.4743.73
Hex35AA90450F21a7342c
Octal65252220105017412476454
Binary110101101010101001000010001010111110000110100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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