Html Css Color HEX #31A17F Gossamer

📋 copy color: '#31A17F'

red 49 ◦ green 161 ◦ blue 127

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

Shades of Gossamer #31A17F

Tints of Gossamer #31A17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 14.54%
G = 47.77%
B = 37.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#31A17F (or 0x31A17F) is known color: Gossamer. HEX triplet: 31, A1 and 7F. RGB value is (49,161,127). Sum of RGB (Red+Green+Blue) = 49+161+127=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #31A17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A17F is #CE5E80. Grayscale: #7B7B7B. Windows color (decimal): -13524609 or 8364337. OLE color: 8364337.

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

Color convert

RGB 49 161 127 -
CMYK 0.70 0 0.21 0.37
HSL 161.79º 0.53% 0.41% -
HSV(B) 161.79º 0.7% 0.63% -
XYZ 17.84 27.68 24.48 -
YUV 123.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 49 161 127 0.70 0 0.21 0.37 161.79 0.53 0.41
Hex 31 A1 7F 46 0 15 25 A2 35 29
Octal 61 241 177 106 0 25 45 242 65 51
Binary 110001 10100001 1111111 1000110 0 10101 100101 10100010 110101 101001

Color Harmonies of #31A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A17F

Black with #31A17F

Text Example


Text Example

White with #31A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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