Html Css Color HEX #31998B Gossamer

📋 copy color: '#31998B'

red 49 ◦ green 153 ◦ blue 139

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

Shades of Gossamer #31998B

Tints of Gossamer #31998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 14.37%
G = 44.87%
B = 40.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#31998B (or 0x31998B) is known color: Gossamer. HEX triplet: 31, 99 and 8B. RGB value is (49,153,139). Sum of RGB (Red+Green+Blue) = 49+153+139=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #31998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31998B is #CE6674. Grayscale: #787878. Windows color (decimal): -13526645 or 9148721. OLE color: 9148721.

HSL color Cylindrical-coordinate representation of color #31998B: hue angle of 171.92º 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 #31998B is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 139 -
CMYK 0.68 0 0.09 0.4
HSL 171.92º 0.51% 0.4% -
HSV(B) 171.92º 0.68% 0.6% -
XYZ 17.32 25.3 28.4 -
YUV 120.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 49 153 139 0.68 0 0.09 0.4 171.92 0.51 0.4
Hex 31 99 8B 44 0 9 28 AC 33 28
Octal 61 231 213 104 0 11 50 254 63 50
Binary 110001 10011001 10001011 1000100 0 1001 101000 10101100 110011 101000

Color Harmonies of #31998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31998B

Black with #31998B

Text Example


Text Example

White with #31998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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