#37B49A

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

Shades of Niagara #37B49A

Tints of Niagara #37B49A

Color information

#37B49A (or 0x37B49A) is unknown color: approx Niagara. HEX triplet: 37, B4 and 9A. RGB value is (55,180,154). Sum of RGB (Red+Green+Blue) = 55+180+154=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #37B49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B49A is #C84B65. Grayscale: #8B8B8B. Windows color (decimal): -13126502 or 10138679. OLE color: 10138679.

HSL color Cylindrical-coordinate representation of color #37B49A: hue angle of 167.52º 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 #37B49A is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB55180154-
CMYK0.6900.140.29
HSL167.52º53.19%46.08%-
HSV(B)167.52º69.44%70.59%-
XYZ23.7335.7936.23-
YUV139.66136.0967.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.14%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=14.14%
G=46.27%
B=39.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551801540.6900.140.29167.5253.1946.08
Hex37B49A450E1Da8352e
Octal67264232105016352506556
Binary11011110110100100110101000101011101110110101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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