#37998A

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

Shades of Gossamer #37998A

Tints of Gossamer #37998A

Color information

#37998A (or 0x37998A) is unknown color: approx Gossamer. HEX triplet: 37, 99 and 8A. RGB value is (55,153,138). Sum of RGB (Red+Green+Blue) = 55+153+138=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #37998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37998A is #C86675. Grayscale: #797979. Windows color (decimal): -13133430 or 9083191. OLE color: 9083191.

HSL color Cylindrical-coordinate representation of color #37998A: hue angle of 170.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37998A is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB55153138-
CMYK0.6400.100.4
HSL170.82º47.12%40.78%-
HSV(B)170.82º64.05%60%-
XYZ17.5525.4328.03-
YUV121.99137.0380.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=15.90%
G=44.22%
B=39.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551531380.6400.100.4170.8247.1240.78
Hex37998A400A28ab2f29
Octal67231212100012502535751
Binary110111100110011000101010000000101010100010101011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37998A; }

 p { color: rgb(55,153,138); }

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

<style>
 a { background-color: #37998A; }

 a { background-color: rgb(55,153,138); }

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

<style>
 span { border-color: #37998A; }

 span { border-color: rgb(55,153,138); }

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