Html Css Color HEX #31A07F Gossamer

📋 copy color: '#31A07F'

red 49 ◦ green 160 ◦ blue 127

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

Shades of Gossamer #31A07F

Tints of Gossamer #31A07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.62%

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

R = 14.58%
G = 47.62%
B = 37.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#31A07F (or 0x31A07F) is known color: Gossamer. HEX triplet: 31, A0 and 7F. RGB value is (49,160,127). Sum of RGB (Red+Green+Blue) = 49+160+127=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #31A07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A07F is #CE5F80. Grayscale: #7B7B7B. Windows color (decimal): -13524865 or 8364081. OLE color: 8364081.

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

Color convert

RGB 49 160 127 -
CMYK 0.69 0 0.21 0.37
HSL 162.16º 0.53% 0.41% -
HSV(B) 162.16º 0.69% 0.63% -
XYZ 17.67 27.33 24.42 -
YUV 123.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 49 160 127 0.69 0 0.21 0.37 162.16 0.53 0.41
Hex 31 A0 7F 45 0 15 25 A2 35 29
Octal 61 240 177 105 0 25 45 242 65 51
Binary 110001 10100000 1111111 1000101 0 10101 100101 10100010 110101 101001

Color Harmonies of #31A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A07F

Black with #31A07F

Text Example


Text Example

White with #31A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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