Html Css Color HEX #3D987D Gossamer

📋 copy color: '#3D987D'

red 61 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #3D987D

Tints of Gossamer #3D987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 18.05%
G = 44.97%
B = 36.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#3D987D (or 0x3D987D) is known color: Gossamer. HEX triplet: 3D, 98 and 7D. RGB value is (61,152,125). Sum of RGB (Red+Green+Blue) = 61+152+125=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #3D987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D987D is #C26782. Grayscale: #797979. Windows color (decimal): -12740483 or 8230973. OLE color: 8230973.

HSL color Cylindrical-coordinate representation of color #3D987D: hue angle of 162.2º 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 #3D987D is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 152 125 -
CMYK 0.60 0 0.18 0.40
HSL 162.2º 0.43% 0.42% -
HSV(B) 162.2º 0.6% 0.6% -
XYZ 16.85 24.93 23.33 -
YUV 121.71 129.85 84.7 -
System Red Green Blue C M Y K H S L
Decimal 61 152 125 0.60 0 0.18 0.40 162.2 0.43 0.42
Hex 3D 98 7D 3C 0 12 28 A2 2B 2A
Octal 75 230 175 74 0 22 50 242 53 52
Binary 111101 10011000 1111101 111100 0 10010 101000 10100010 101011 101010

Color Harmonies of #3D987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D987D

Black with #3D987D

Text Example


Text Example

White with #3D987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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