#35AA94

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

Shades of Niagara #35AA94

Tints of Niagara #35AA94

Color information

#35AA94 (or 0x35AA94) is unknown color: approx Niagara. HEX triplet: 35, AA and 94. RGB value is (53,170,148). Sum of RGB (Red+Green+Blue) = 53+170+148=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA94 is #CA556B. Grayscale: #848484. Windows color (decimal): -13260140 or 9742901. OLE color: 9742901.

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

Color convert

RGB53170148-
CMYK0.6900.130.33
HSL168.72º52.47%43.73%-
HSV(B)168.72º68.82%66.67%-
XYZ21.1931.6433.01-
YUV132.51136.7471.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=14.29%
G=45.82%
B=39.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701480.6900.130.33168.7252.4743.73
Hex35AA94450D21a9342c
Octal65252224105015412516454
Binary110101101010101001010010001010110110000110101001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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