#36AA9C

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

Shades of Niagara #36AA9C

Tints of Niagara #36AA9C

Color information

#36AA9C (or 0x36AA9C) is unknown color: approx Niagara. HEX triplet: 36, AA and 9C. RGB value is (54,170,156). Sum of RGB (Red+Green+Blue) = 54+170+156=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AA9C is #C95563. Grayscale: #858585. Windows color (decimal): -13194596 or 10267190. OLE color: 10267190.

HSL color Cylindrical-coordinate representation of color #36AA9C: hue angle of 172.76º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AA9C is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB54170156-
CMYK0.6800.080.33
HSL172.76º51.79%43.92%-
HSV(B)172.76º68.24%66.67%-
XYZ21.931.9336.46-
YUV133.72140.5771.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.21%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=14.21%
G=44.74%
B=41.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541701560.6800.080.33172.7651.7943.92
Hex36AA9C440821ad342c
Octal66252234104010412556454
Binary110110101010101001110010001000100010000110101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36AA9C; }

 p { color: rgb(54,170,156); }

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

<style>
 a { background-color: #36AA9C; }

 a { background-color: rgb(54,170,156); }

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

<style>
 span { border-color: #36AA9C; }

 span { border-color: rgb(54,170,156); }

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