Html Css Color HEX #3DB086 Gossamer

📋 copy color: '#3DB086'

red 61 ◦ green 176 ◦ blue 134

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

Shades of Gossamer #3DB086

Tints of Gossamer #3DB086

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 16.44%
G = 47.44%
B = 36.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#3DB086 (or 0x3DB086) is known color: Gossamer. HEX triplet: 3D, B0 and 86. RGB value is (61,176,134). Sum of RGB (Red+Green+Blue) = 61+176+134=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB086 is #C24F79. Grayscale: #888888. Windows color (decimal): -12734330 or 8826941. OLE color: 8826941.

HSL color Cylindrical-coordinate representation of color #3DB086: hue angle of 158.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB086 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 134 -
CMYK 0.65 0 0.24 0.31
HSL 158.09º 0.49% 0.46% -
HSV(B) 158.09º 0.65% 0.69% -
XYZ 21.75 33.76 27.92 -
YUV 136.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 61 176 134 0.65 0 0.24 0.31 158.09 0.49 0.46
Hex 3D B0 86 41 0 18 1F 9E 31 2E
Octal 75 260 206 101 0 30 37 236 61 56
Binary 111101 10110000 10000110 1000001 0 11000 11111 10011110 110001 101110

Color Harmonies of #3DB086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB086

Black with #3DB086

Text Example


Text Example

White with #3DB086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,176,134); }

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

background-color css

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

 a { background-color: rgb(61,176,134); }

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

border-color css

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

 span { border-color: rgb(61,176,134); }

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