#31A27B

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

Shades of Gossamer #31A27B

Tints of Gossamer #31A27B

Color information

#31A27B (or 0x31A27B) is unknown color: approx Gossamer. HEX triplet: 31, A2 and 7B. RGB value is (49,162,123). Sum of RGB (Red+Green+Blue) = 49+162+123=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #31A27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A27B is #CE5D84. Grayscale: #7B7B7B. Windows color (decimal): -13524357 or 8102449. OLE color: 8102449.

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

Color convert

RGB49162123-
CMYK0.7000.240.36
HSL159.29º53.55%41.37%-
HSV(B)159.29º69.75%63.53%-
XYZ17.7627.9223.19-
YUV123.77127.5674.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 162 (63.67% from 255) = 48.50%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=14.67%
G=48.50%
B=36.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621230.7000.240.36159.2953.5541.37
Hex31A27B46018249f3629
Octal61242173106030442376651
Binary110001101000101111011100011001100010010010011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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