Html Css Color HEX #31A189 Gossamer

📋 copy color: '#31A189'

red 49 ◦ green 161 ◦ blue 137

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

Shades of Gossamer #31A189

Tints of Gossamer #31A189

RGB

 RED value IS 49 (19.53% from 255) = 14.12%

 GREEN value IS 161 (63.28% from 255) = 46.4%

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 14.12%
G = 46.4%
B = 39.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#31A189 (or 0x31A189) is known color: Gossamer. HEX triplet: 31, A1 and 89. RGB value is (49,161,137). Sum of RGB (Red+Green+Blue) = 49+161+137=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #31A189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A189 is #CE5E76. Grayscale: #7C7C7C. Windows color (decimal): -13524599 or 9019697. OLE color: 9019697.

HSL color Cylindrical-coordinate representation of color #31A189: hue angle of 167.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A189 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 161 137 -
CMYK 0.70 0 0.15 0.37
HSL 167.14º 0.53% 0.41% -
HSV(B) 167.14º 0.7% 0.63% -
XYZ 18.53 27.95 28.09 -
YUV 124.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 49 161 137 0.70 0 0.15 0.37 167.14 0.53 0.41
Hex 31 A1 89 46 0 F 25 A7 35 29
Octal 61 241 211 106 0 17 45 247 65 51
Binary 110001 10100001 10001001 1000110 0 1111 100101 10100111 110101 101001

Color Harmonies of #31A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A189

Black with #31A189

Text Example


Text Example

White with #31A189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A189; }

 p { color: rgb(49,161,137); }

 H1.HeaderClassName
 {
   color: #31A189;
 }
 .AnyTagClassName
 {
   color: #31A189;
 }
</style>

background-color css

<style>
 a { background-color: #31A189; }

 a { background-color: rgb(49,161,137); }

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

border-color css

<style>
 span { border-color: #31A189; }

 span { border-color: rgb(49,161,137); }

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