Html Css Color HEX #37998C Gossamer

📋 copy color: '#37998C'

red 55 ◦ green 153 ◦ blue 140

#37998C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #37998C

Tints of Gossamer #37998C

RGB

 RED value IS 55 (21.88% from 255) = 15.8%

 GREEN value IS 153 (60.16% from 255) = 43.97%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 15.8%
G = 43.97%
B = 40.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#37998C (or 0x37998C) is known color: 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

RGB 55 153 140 -
CMYK 0.64 0 0.08 0.4
HSL 172.04º 0.47% 0.41% -
HSV(B) 172.04º 0.64% 0.6% -
XYZ 17.7 25.49 28.8 -
YUV 122.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 55 153 140 0.64 0 0.08 0.4 172.04 0.47 0.41
Hex 37 99 8C 40 0 8 28 AC 2F 29
Octal 67 231 214 100 0 10 50 254 57 51
Binary 110111 10011001 10001100 1000000 0 1000 101000 10101100 101111 101001

Color Harmonies of #37998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37998C

Black with #37998C

Text Example


Text Example

White with #37998C

Text Example


Text Example

HTML Codes & Css Web 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>