Html Css Color HEX #31998E Gossamer

📋 copy color: '#31998E'

red 49 ◦ green 153 ◦ blue 142

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

Shades of Gossamer #31998E

Tints of Gossamer #31998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 142 (55.86% from 255) = 41.28%

R = 14.24%
G = 44.48%
B = 41.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#31998E (or 0x31998E) is known color: Gossamer. HEX triplet: 31, 99 and 8E. RGB value is (49,153,142). Sum of RGB (Red+Green+Blue) = 49+153+142=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #31998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31998E is #CE6671. Grayscale: #787878. Windows color (decimal): -13526642 or 9345329. OLE color: 9345329.

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

Color convert

RGB 49 153 142 -
CMYK 0.68 0 0.07 0.4
HSL 173.65º 0.51% 0.4% -
HSV(B) 173.65º 0.68% 0.6% -
XYZ 17.54 25.39 29.57 -
YUV 120.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 49 153 142 0.68 0 0.07 0.4 173.65 0.51 0.4
Hex 31 99 8E 44 0 7 28 AE 33 28
Octal 61 231 216 104 0 7 50 256 63 50
Binary 110001 10011001 10001110 1000100 0 111 101000 10101110 110011 101000

Color Harmonies of #31998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31998E

Black with #31998E

Text Example


Text Example

White with #31998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,153,142); }

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

background-color css

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

 a { background-color: rgb(49,153,142); }

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

border-color css

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

 span { border-color: rgb(49,153,142); }

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