#37AA95

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

Shades of Niagara #37AA95

Tints of Niagara #37AA95

Color information

#37AA95 (or 0x37AA95) is unknown color: approx Niagara. HEX triplet: 37, AA and 95. RGB value is (55,170,149). Sum of RGB (Red+Green+Blue) = 55+170+149=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AA95 is #C8556A. Grayscale: #858585. Windows color (decimal): -13129067 or 9808439. OLE color: 9808439.

HSL color Cylindrical-coordinate representation of color #37AA95: hue angle of 169.04º degrees, saturation: 0.51, 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 #37AA95 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB55170149-
CMYK0.6800.120.33
HSL169.04º51.11%44.12%-
HSV(B)169.04º67.65%66.67%-
XYZ21.3831.7333.43-
YUV133.22136.972.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.71%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=14.71%
G=45.45%
B=39.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551701490.6800.120.33169.0451.1144.12
Hex37AA95440C21a9332c
Octal67252225104014412516354
Binary110111101010101001010110001000110010000110101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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