#37AB86

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

Shades of Gossamer #37AB86

Tints of Gossamer #37AB86

Color information

#37AB86 (or 0x37AB86) is unknown color: approx Gossamer. HEX triplet: 37, AB and 86. RGB value is (55,171,134). Sum of RGB (Red+Green+Blue) = 55+171+134=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AB86 is #C85479. Grayscale: #848484. Windows color (decimal): -13128826 or 8825655. OLE color: 8825655.

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

Color convert

RGB55171134-
CMYK0.6800.220.33
HSL160.86º51.33%44.31%-
HSV(B)160.86º67.84%67.06%-
XYZ20.4431.6627.59-
YUV132.1129.0773.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.28%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=15.28%
G=47.5%
B=37.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551711340.6800.220.33160.8651.3344.31
Hex37AB864401621a1332c
Octal67253206104026412416354
Binary1101111010101110000110100010001011010000110100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,171,134); }

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

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

 a { background-color: rgb(55,171,134); }

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

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

 span { border-color: rgb(55,171,134); }

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