#37B49C

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

Shades of Niagara #37B49C

Tints of Niagara #37B49C

Color information

#37B49C (or 0x37B49C) is unknown color: approx Niagara. HEX triplet: 37, B4 and 9C. RGB value is (55,180,156). Sum of RGB (Red+Green+Blue) = 55+180+156=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #37B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B49C is #C84B63. Grayscale: #8B8B8B. Windows color (decimal): -13126500 or 10269751. OLE color: 10269751.

HSL color Cylindrical-coordinate representation of color #37B49C: hue angle of 168.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B49C is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB55180156-
CMYK0.6900.130.29
HSL168.48º53.19%46.08%-
HSV(B)168.48º69.44%70.59%-
XYZ23.935.8637.11-
YUV139.89137.0967.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.07%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=14.07%
G=46.04%
B=39.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551801560.6900.130.29168.4853.1946.08
Hex37B49C450D1Da8352e
Octal67264234105015352506556
Binary11011110110100100111001000101011011110110101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,180,156); }

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

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

 a { background-color: rgb(55,180,156); }

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

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

 span { border-color: rgb(55,180,156); }

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