Html Css Color HEX #3DB08C Gossamer

📋 copy color: '#3DB08C'

red 61 ◦ green 176 ◦ blue 140

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

Shades of Gossamer #3DB08C

Tints of Gossamer #3DB08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 16.18%
G = 46.68%
B = 37.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#3DB08C (or 0x3DB08C) is known color: Gossamer. HEX triplet: 3D, B0 and 8C. RGB value is (61,176,140). Sum of RGB (Red+Green+Blue) = 61+176+140=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB08C is #C24F73. Grayscale: #898989. Windows color (decimal): -12734324 or 9220157. OLE color: 9220157.

HSL color Cylindrical-coordinate representation of color #3DB08C: hue angle of 161.22º 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 #3DB08C is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 140 -
CMYK 0.65 0 0.20 0.31
HSL 161.22º 0.49% 0.46% -
HSV(B) 161.22º 0.65% 0.69% -
XYZ 22.18 33.94 30.19 -
YUV 137.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 61 176 140 0.65 0 0.20 0.31 161.22 0.49 0.46
Hex 3D B0 8C 41 0 14 1F A1 31 2E
Octal 75 260 214 101 0 24 37 241 61 56
Binary 111101 10110000 10001100 1000001 0 10100 11111 10100001 110001 101110

Color Harmonies of #3DB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB08C

Black with #3DB08C

Text Example


Text Example

White with #3DB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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