Html Css Color HEX #31A47B Gossamer

📋 copy color: '#31A47B'

red 49 ◦ green 164 ◦ blue 123

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

Shades of Gossamer #31A47B

Tints of Gossamer #31A47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.81%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 14.58%
G = 48.81%
B = 36.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#31A47B (or 0x31A47B) is known color: Gossamer. HEX triplet: 31, A4 and 7B. RGB value is (49,164,123). Sum of RGB (Red+Green+Blue) = 49+164+123=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #31A47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A47B is #CE5B84. Grayscale: #7C7C7C. Windows color (decimal): -13523845 or 8102961. OLE color: 8102961.

HSL color Cylindrical-coordinate representation of color #31A47B: hue angle of 158.61º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A47B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 164 123 -
CMYK 0.70 0 0.25 0.36
HSL 158.61º 0.54% 0.42% -
HSV(B) 158.61º 0.7% 0.64% -
XYZ 18.12 28.63 23.31 -
YUV 124.94 126.9 73.83 -
System Red Green Blue C M Y K H S L
Decimal 49 164 123 0.70 0 0.25 0.36 158.61 0.54 0.42
Hex 31 A4 7B 46 0 19 24 9F 36 2A
Octal 61 244 173 106 0 31 44 237 66 52
Binary 110001 10100100 1111011 1000110 0 11001 100100 10011111 110110 101010

Color Harmonies of #31A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A47B

Black with #31A47B

Text Example


Text Example

White with #31A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31A47B;
 }
 .AnyTagClassName
 {
   color: #31A47B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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