Html Css Color HEX #31987E Gossamer

📋 copy color: '#31987E'

red 49 ◦ green 152 ◦ blue 126

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

Shades of Gossamer #31987E

Tints of Gossamer #31987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 14.98%
G = 46.48%
B = 38.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#31987E (or 0x31987E) is known color: Gossamer. HEX triplet: 31, 98 and 7E. RGB value is (49,152,126). Sum of RGB (Red+Green+Blue) = 49+152+126=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #31987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31987E is #CE6781. Grayscale: #767676. Windows color (decimal): -13526914 or 8296497. OLE color: 8296497.

HSL color Cylindrical-coordinate representation of color #31987E: hue angle of 164.85º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31987E is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 126 -
CMYK 0.68 0 0.17 0.40
HSL 164.85º 0.51% 0.39% -
HSV(B) 164.85º 0.68% 0.6% -
XYZ 16.26 24.62 23.63 -
YUV 118.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 49 152 126 0.68 0 0.17 0.40 164.85 0.51 0.39
Hex 31 98 7E 44 0 11 28 A5 33 27
Octal 61 230 176 104 0 21 50 245 63 47
Binary 110001 10011000 1111110 1000100 0 10001 101000 10100101 110011 100111

Color Harmonies of #31987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31987E

Black with #31987E

Text Example


Text Example

White with #31987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31987E; }

 p { color: rgb(49,152,126); }

 H1.HeaderClassName
 {
   color: #31987E;
 }
 .AnyTagClassName
 {
   color: #31987E;
 }
</style>

background-color css

<style>
 a { background-color: #31987E; }

 a { background-color: rgb(49,152,126); }

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

border-color css

<style>
 span { border-color: #31987E; }

 span { border-color: rgb(49,152,126); }

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