#37998C

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

Shades of Gossamer #37998C

Tints of Gossamer #37998C

Color information

#37998C (or 0x37998C) is unknown color: approx Gossamer. HEX triplet: 37, 99 and 8C. RGB value is (55,153,140). Sum of RGB (Red+Green+Blue) = 55+153+140=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #37998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37998C is #C86673. Grayscale: #7A7A7A. Windows color (decimal): -13133428 or 9214263. OLE color: 9214263.

HSL color Cylindrical-coordinate representation of color #37998C: hue angle of 172.04º 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 #37998C is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB55153140-
CMYK0.6400.080.4
HSL172.04º47.12%40.78%-
HSV(B)172.04º64.05%60%-
XYZ17.725.4928.8-
YUV122.22138.0380.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.80%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=15.80%
G=43.97%
B=40.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551531400.6400.080.4172.0447.1240.78
Hex37998C400828ac2f29
Octal67231214100010502545751
Binary110111100110011000110010000000100010100010101100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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