Html Css Color HEX #3D987F Gossamer

📋 copy color: '#3D987F'

red 61 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #3D987F

Tints of Gossamer #3D987F

RGB

 RED value IS 61 (24.22% from 255) = 17.94%

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 17.94%
G = 44.71%
B = 37.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#3D987F (or 0x3D987F) is known color: Gossamer. HEX triplet: 3D, 98 and 7F. RGB value is (61,152,127). Sum of RGB (Red+Green+Blue) = 61+152+127=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #3D987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D987F is #C26780. Grayscale: #797979. Windows color (decimal): -12740481 or 8362045. OLE color: 8362045.

HSL color Cylindrical-coordinate representation of color #3D987F: hue angle of 163.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D987F is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 152 127 -
CMYK 0.60 0 0.16 0.40
HSL 163.52º 0.43% 0.42% -
HSV(B) 163.52º 0.6% 0.6% -
XYZ 16.98 24.98 24.01 -
YUV 121.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 61 152 127 0.60 0 0.16 0.40 163.52 0.43 0.42
Hex 3D 98 7F 3C 0 10 28 A4 2B 2A
Octal 75 230 177 74 0 20 50 244 53 52
Binary 111101 10011000 1111111 111100 0 10000 101000 10100100 101011 101010

Color Harmonies of #3D987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D987F

Black with #3D987F

Text Example


Text Example

White with #3D987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D987F; }

 p { color: rgb(61,152,127); }

 H1.HeaderClassName
 {
   color: #3D987F;
 }
 .AnyTagClassName
 {
   color: #3D987F;
 }
</style>

background-color css

<style>
 a { background-color: #3D987F; }

 a { background-color: rgb(61,152,127); }

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

border-color css

<style>
 span { border-color: #3D987F; }

 span { border-color: rgb(61,152,127); }

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