Html Css Color HEX #31A182 Gossamer

📋 copy color: '#31A182'

red 49 ◦ green 161 ◦ blue 130

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

Shades of Gossamer #31A182

Tints of Gossamer #31A182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 14.41%
G = 47.35%
B = 38.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#31A182 (or 0x31A182) is known color: Gossamer. HEX triplet: 31, A1 and 82. RGB value is (49,161,130). Sum of RGB (Red+Green+Blue) = 49+161+130=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #31A182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A182 is #CE5E7D. Grayscale: #7B7B7B. Windows color (decimal): -13524606 or 8560945. OLE color: 8560945.

HSL color Cylindrical-coordinate representation of color #31A182: hue angle of 163.39º 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 #31A182 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 161 130 -
CMYK 0.70 0 0.19 0.37
HSL 163.39º 0.53% 0.41% -
HSV(B) 163.39º 0.7% 0.63% -
XYZ 18.04 27.75 25.53 -
YUV 123.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 49 161 130 0.70 0 0.19 0.37 163.39 0.53 0.41
Hex 31 A1 82 46 0 13 25 A3 35 29
Octal 61 241 202 106 0 23 45 243 65 51
Binary 110001 10100001 10000010 1000110 0 10011 100101 10100011 110101 101001

Color Harmonies of #31A182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A182

Black with #31A182

Text Example


Text Example

White with #31A182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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