#36AD95

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

Shades of Niagara #36AD95

Tints of Niagara #36AD95

Color information

#36AD95 (or 0x36AD95) is unknown color: approx Niagara. HEX triplet: 36, AD and 95. RGB value is (54,173,149). Sum of RGB (Red+Green+Blue) = 54+173+149=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #36AD95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AD95 is #C9526A. Grayscale: #868686. Windows color (decimal): -13193835 or 9809206. OLE color: 9809206.

HSL color Cylindrical-coordinate representation of color #36AD95: hue angle of 167.9º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AD95 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB54173149-
CMYK0.6900.140.32
HSL167.9º52.42%44.51%-
HSV(B)167.9º68.79%67.84%-
XYZ21.8932.8433.62-
YUV134.68136.0870.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.36%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=14.36%
G=46.01%
B=39.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541731490.6900.140.32167.952.4244.51
Hex36AD95450E20a8342d
Octal66255225105016402506455
Binary110110101011011001010110001010111010000010101000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,173,149); }

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

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

 a { background-color: rgb(54,173,149); }

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

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

 span { border-color: rgb(54,173,149); }

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