#35AE91

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

Shades of Niagara #35AE91

Tints of Niagara #35AE91

Color information

#35AE91 (or 0x35AE91) is unknown color: approx Niagara. HEX triplet: 35, AE and 91. RGB value is (53,174,145). Sum of RGB (Red+Green+Blue) = 53+174+145=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AE91 is #CA516E. Grayscale: #868686. Windows color (decimal): -13259119 or 9547317. OLE color: 9547317.

HSL color Cylindrical-coordinate representation of color #35AE91: hue angle of 165.62º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AE91 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB53174145-
CMYK0.7000.170.32
HSL165.62º53.3%44.51%-
HSV(B)165.62º69.54%68.24%-
XYZ21.7233.0732.03-
YUV134.51133.9169.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=14.25%
G=46.77%
B=38.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531741450.7000.170.32165.6253.344.51
Hex35AE914601120a6352d
Octal65256221106021402466555
Binary1101011010111010010001100011001000110000010100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,174,145); }

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

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

 a { background-color: rgb(53,174,145); }

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

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

 span { border-color: rgb(53,174,145); }

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