#35AC93

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

Shades of Niagara #35AC93

Tints of Niagara #35AC93

Color information

#35AC93 (or 0x35AC93) is unknown color: approx Niagara. HEX triplet: 35, AC and 93. RGB value is (53,172,147). Sum of RGB (Red+Green+Blue) = 53+172+147=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AC93 is #CA536C. Grayscale: #858585. Windows color (decimal): -13259629 or 9677877. OLE color: 9677877.

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

Color convert

RGB53172147-
CMYK0.6900.150.33
HSL167.39º52.89%44.12%-
HSV(B)167.39º69.19%67.45%-
XYZ21.4932.3732.72-
YUV133.57135.5870.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 172 (67.58% from 255) = 46.24%
BLUE value IS 147 (57.81% from 255) = 39.52%
R=14.25%
G=46.24%
B=39.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721470.6900.150.33167.3952.8944.12
Hex35AC93450F21a7352c
Octal65254223105017412476554
Binary110101101011001001001110001010111110000110100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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