#31A28B

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

Shades of Gossamer #31A28B

Tints of Gossamer #31A28B

Color information

#31A28B (or 0x31A28B) is unknown color: approx Gossamer. HEX triplet: 31, A2 and 8B. RGB value is (49,162,139). Sum of RGB (Red+Green+Blue) = 49+162+139=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #31A28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A28B is #CE5D74. Grayscale: #7D7D7D. Windows color (decimal): -13524341 or 9151025. OLE color: 9151025.

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

Color convert

RGB49162139-
CMYK0.7000.140.36
HSL167.79º53.55%41.37%-
HSV(B)167.79º69.75%63.53%-
XYZ18.8528.3628.91-
YUV125.59135.5673.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=14%
G=46.29%
B=39.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621390.7000.140.36167.7953.5541.37
Hex31A28B460E24a83629
Octal61242213106016442506651
Binary110001101000101000101110001100111010010010101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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