#37AA8C

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

Shades of Gossamer #37AA8C

Tints of Gossamer #37AA8C

Color information

#37AA8C (or 0x37AA8C) is unknown color: approx Gossamer. HEX triplet: 37, AA and 8C. RGB value is (55,170,140). Sum of RGB (Red+Green+Blue) = 55+170+140=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AA8C is #C85573. Grayscale: #848484. Windows color (decimal): -13129076 or 9218615. OLE color: 9218615.

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

Color convert

RGB55170140-
CMYK0.6800.180.33
HSL164.35º51.11%44.12%-
HSV(B)164.35º67.65%66.67%-
XYZ20.6831.4629.79-
YUV132.2132.472.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.07%
GREEN value IS 170 (66.80% from 255) = 46.58%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=15.07%
G=46.58%
B=38.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551701400.6800.180.33164.3551.1144.12
Hex37AA8C4401221a4332c
Octal67252214104022412446354
Binary1101111010101010001100100010001001010000110100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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