#35af90

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

Shades of Niagara #35AF90

Tints of Niagara #35AF90

Color information

#35AF90 (or 0x35AF90) is unknown color: approx Niagara. HEX triplet: 35, AF and 90. RGB value is (53,175,144). Sum of RGB (Red+Green+Blue) = 53+175+144=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AF90 is #CA506F. Grayscale: #868686. Windows color (decimal): -13258864 or 9482037. OLE color: 9482037.

HSL color Cylindrical-coordinate representation of color #35AF90: hue angle of 164.75º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF90 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB53175144-
CMYK0.7000.180.31
HSL164.75º53.51%44.71%-
HSV(B)164.75º69.71%68.63%-
XYZ21.8333.4331.69-
YUV134.99133.0869.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=14.25%
G=47.04%
B=38.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751440.7000.180.31164.7553.5144.71
Hex35AF90460121Fa5362d
Octal65257220106022372456655
Binary110101101011111001000010001100100101111110100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35af90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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