#36AC8C

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

Shades of Niagara #36AC8C

Tints of Niagara #36AC8C

Color information

#36AC8C (or 0x36AC8C) is unknown color: approx Niagara. HEX triplet: 36, AC and 8C. RGB value is (54,172,140). Sum of RGB (Red+Green+Blue) = 54+172+140=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #36AC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AC8C is #C95373. Grayscale: #858585. Windows color (decimal): -13194100 or 9219126. OLE color: 9219126.

HSL color Cylindrical-coordinate representation of color #36AC8C: hue angle of 163.73º degrees, saturation: 0.52, 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 #36AC8C is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB54172140-
CMYK0.6900.190.33
HSL163.73º52.21%44.31%-
HSV(B)163.73º68.6%67.45%-
XYZ21.0132.1829.92-
YUV133.07131.9171.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=14.75%
G=46.99%
B=38.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541721400.6900.190.33163.7352.2144.31
Hex36AC8C4501321a4342c
Octal66254214105023412446454
Binary1101101010110010001100100010101001110000110100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,172,140); }

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

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

 a { background-color: rgb(54,172,140); }

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

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

 span { border-color: rgb(54,172,140); }

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