Html Css Color HEX #31A085 Gossamer

📋 copy color: '#31A085'

red 49 ◦ green 160 ◦ blue 133

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

Shades of Gossamer #31A085

Tints of Gossamer #31A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.78%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 14.33%
G = 46.78%
B = 38.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#31A085 (or 0x31A085) is known color: Gossamer. HEX triplet: 31, A0 and 85. RGB value is (49,160,133). Sum of RGB (Red+Green+Blue) = 49+160+133=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #31A085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A085 is #CE5F7A. Grayscale: #7B7B7B. Windows color (decimal): -13524859 or 8757297. OLE color: 8757297.

HSL color Cylindrical-coordinate representation of color #31A085: hue angle of 165.41º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A085 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 160 133 -
CMYK 0.69 0 0.17 0.37
HSL 165.41º 0.53% 0.41% -
HSV(B) 165.41º 0.69% 0.63% -
XYZ 18.07 27.49 26.54 -
YUV 123.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 49 160 133 0.69 0 0.17 0.37 165.41 0.53 0.41
Hex 31 A0 85 45 0 11 25 A5 35 29
Octal 61 240 205 105 0 21 45 245 65 51
Binary 110001 10100000 10000101 1000101 0 10001 100101 10100101 110101 101001

Color Harmonies of #31A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A085

Black with #31A085

Text Example


Text Example

White with #31A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,160,133); }

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

background-color css

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

 a { background-color: rgb(49,160,133); }

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

border-color css

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

 span { border-color: rgb(49,160,133); }

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