#35AA95

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

Shades of Niagara #35AA95

Tints of Niagara #35AA95

Color information

#35AA95 (or 0x35AA95) is unknown color: approx Niagara. HEX triplet: 35, AA and 95. RGB value is (53,170,149). Sum of RGB (Red+Green+Blue) = 53+170+149=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA95 is #CA556A. Grayscale: #848484. Windows color (decimal): -13260139 or 9808437. OLE color: 9808437.

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

Color convert

RGB53170149-
CMYK0.6900.120.33
HSL169.23º52.47%43.73%-
HSV(B)169.23º68.82%66.67%-
XYZ21.2731.6833.43-
YUV132.62137.2471.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=14.25%
G=45.70%
B=40.05%

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
Decimal531701490.6900.120.33169.2352.4743.73
Hex35AA95450C21a9342c
Octal65252225105014412516454
Binary110101101010101001010110001010110010000110101001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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