#37AA96

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

Shades of Niagara #37AA96

Tints of Niagara #37AA96

Color information

#37AA96 (or 0x37AA96) is unknown color: approx Niagara. HEX triplet: 37, AA and 96. RGB value is (55,170,150). Sum of RGB (Red+Green+Blue) = 55+170+150=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AA96 is #C85569. Grayscale: #858585. Windows color (decimal): -13129066 or 9873975. OLE color: 9873975.

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

Color convert

RGB55170150-
CMYK0.6800.120.33
HSL169.57º51.11%44.12%-
HSV(B)169.57º67.65%66.67%-
XYZ21.4631.7633.85-
YUV133.33137.472.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.67%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 150 (58.98% from 255) = 40%
R=14.67%
G=45.33%
B=40%

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
Decimal551701500.6800.120.33169.5751.1144.12
Hex37AA96440C21aa332c
Octal67252226104014412526354
Binary110111101010101001011010001000110010000110101010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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