#35B293

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

Shades of Niagara #35B293

Tints of Niagara #35B293

Color information

#35B293 (or 0x35B293) is unknown color: approx Niagara. HEX triplet: 35, B2 and 93. RGB value is (53,178,147). Sum of RGB (Red+Green+Blue) = 53+178+147=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #35B293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B293 is #CA4D6C. Grayscale: #898989. Windows color (decimal): -13258093 or 9679413. OLE color: 9679413.

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

Color convert

RGB53178147-
CMYK0.7000.170.30
HSL165.12º54.11%45.29%-
HSV(B)165.12º70.22%69.8%-
XYZ22.6634.733.11-
YUV137.09133.5968.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.02%
GREEN value IS 178 (69.92% from 255) = 47.09%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=14.02%
G=47.09%
B=38.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531781470.7000.170.30165.1254.1145.29
Hex35B293460111Ea5362d
Octal65262223106021362456655
Binary110101101100101001001110001100100011111010100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,178,147); }

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

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

 a { background-color: rgb(53,178,147); }

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

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

 span { border-color: rgb(53,178,147); }

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