#35AA99

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

Shades of Niagara #35AA99

Tints of Niagara #35AA99

Color information

#35AA99 (or 0x35AA99) is unknown color: approx Niagara. HEX triplet: 35, AA and 99. RGB value is (53,170,153). Sum of RGB (Red+Green+Blue) = 53+170+153=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA99 is #CA5566. Grayscale: #858585. Windows color (decimal): -13260135 or 10070581. OLE color: 10070581.

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

Color convert

RGB53170153-
CMYK0.6900.10.33
HSL171.28º52.47%43.73%-
HSV(B)171.28º68.82%66.67%-
XYZ21.5931.8135.14-
YUV133.08139.2470.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=14.10%
G=45.21%
B=40.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701530.6900.10.33171.2852.4743.73
Hex35AA99450A21ab342c
Octal65252231105012412536454
Binary110101101010101001100110001010101010000110101011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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