#37AC95

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

Shades of Niagara #37AC95

Tints of Niagara #37AC95

Color information

#37AC95 (or 0x37AC95) is unknown color: approx Niagara. HEX triplet: 37, AC and 95. RGB value is (55,172,149). Sum of RGB (Red+Green+Blue) = 55+172+149=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #37AC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AC95 is #C8536A. Grayscale: #868686. Windows color (decimal): -13128555 or 9808951. OLE color: 9808951.

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

Color convert

RGB55172149-
CMYK0.6800.130.33
HSL168.21º51.54%44.51%-
HSV(B)168.21º68.02%67.45%-
XYZ21.7532.4933.56-
YUV134.39136.2471.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.63%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=14.63%
G=45.74%
B=39.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551721490.6800.130.33168.2151.5444.51
Hex37AC95440D21a8342d
Octal67254225104015412506455
Binary110111101011001001010110001000110110000110101000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37AC95; }

 p { color: rgb(55,172,149); }

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

<style>
 a { background-color: #37AC95; }

 a { background-color: rgb(55,172,149); }

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

<style>
 span { border-color: #37AC95; }

 span { border-color: rgb(55,172,149); }

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