Html Css Color HEX #37AA8D Gossamer

📋 copy color: '#37AA8D'

red 55 ◦ green 170 ◦ blue 141

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

Shades of Gossamer #37AA8D

Tints of Gossamer #37AA8D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.45%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 15.03%
G = 46.45%
B = 38.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#37AA8D (or 0x37AA8D) is known color: Gossamer. HEX triplet: 37, AA and 8D. RGB value is (55,170,141). Sum of RGB (Red+Green+Blue) = 55+170+141=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AA8D is #C85572. Grayscale: #848484. Windows color (decimal): -13129075 or 9284151. OLE color: 9284151.

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

Color convert

RGB 55 170 141 -
CMYK 0.68 0 0.17 0.33
HSL 164.87º 0.51% 0.44% -
HSV(B) 164.87º 0.68% 0.67% -
XYZ 20.76 31.48 30.18 -
YUV 132.31 132.9 72.86 -
System Red Green Blue C M Y K H S L
Decimal 55 170 141 0.68 0 0.17 0.33 164.87 0.51 0.44
Hex 37 AA 8D 44 0 11 21 A5 33 2C
Octal 67 252 215 104 0 21 41 245 63 54
Binary 110111 10101010 10001101 1000100 0 10001 100001 10100101 110011 101100

Color Harmonies of #37AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AA8D

Black with #37AA8D

Text Example


Text Example

White with #37AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37AA8D;
 }
 .AnyTagClassName
 {
   color: #37AA8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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