#31a27f

Color #31A27F Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #31A27F

Tints of Gossamer #31A27F

Color information

#31A27F (or 0x31A27F) is unknown color: approx Gossamer. HEX triplet: 31, A2 and 7F. RGB value is (49,162,127). Sum of RGB (Red+Green+Blue) = 49+162+127=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #31A27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A27F is #CE5D80. Grayscale: #7C7C7C. Windows color (decimal): -13524353 or 8364593. OLE color: 8364593.

HSL color Cylindrical-coordinate representation of color #31A27F: hue angle of 161.42º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A27F is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB49162127-
CMYK0.7000.220.36
HSL161.42º53.55%41.37%-
HSV(B)161.42º69.75%63.53%-
XYZ18.0228.0324.54-
YUV124.22129.5674.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.50%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 127 (50% from 255) = 37.57%
R=14.50%
G=47.93%
B=37.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621270.7000.220.36161.4253.5541.37
Hex31A27F4601624a13629
Octal61242177106026442416651
Binary110001101000101111111100011001011010010010100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31a27f;
 }
 .AnyTagClassName
 {
   color: #31a27f;
 }
</style>
background-color css

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

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

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

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

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

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