#35A993

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

Shades of Niagara #35A993

Tints of Niagara #35A993

Color information

#35A993 (or 0x35A993) is unknown color: approx Niagara. HEX triplet: 35, A9 and 93. RGB value is (53,169,147). Sum of RGB (Red+Green+Blue) = 53+169+147=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #35A993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A993 is #CA566C. Grayscale: #838383. Windows color (decimal): -13260397 or 9677109. OLE color: 9677109.

HSL color Cylindrical-coordinate representation of color #35A993: hue angle of 168.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A993 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB53169147-
CMYK0.6900.130.34
HSL168.62º52.25%43.53%-
HSV(B)168.62º68.64%66.27%-
XYZ20.9231.2432.53-
YUV131.81136.5771.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 169 (66.41% from 255) = 45.80%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=14.36%
G=45.80%
B=39.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531691470.6900.130.34168.6252.2543.53
Hex35A993450D22a9342c
Octal65251223105015422516454
Binary110101101010011001001110001010110110001010101001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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