Html Css Color HEX #3DAD8C Gossamer

📋 copy color: '#3DAD8C'

red 61 ◦ green 173 ◦ blue 140

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

Shades of Gossamer #3DAD8C

Tints of Gossamer #3DAD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.26%

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

R = 16.31%
G = 46.26%
B = 37.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#3DAD8C (or 0x3DAD8C) is known color: Gossamer. HEX triplet: 3D, AD and 8C. RGB value is (61,173,140). Sum of RGB (Red+Green+Blue) = 61+173+140=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAD8C is #C25273. Grayscale: #878787. Windows color (decimal): -12735092 or 9219389. OLE color: 9219389.

HSL color Cylindrical-coordinate representation of color #3DAD8C: hue angle of 162.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAD8C is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 173 140 -
CMYK 0.65 0 0.19 0.32
HSL 162.32º 0.48% 0.46% -
HSV(B) 162.32º 0.65% 0.68% -
XYZ 21.6 32.77 30 -
YUV 135.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 61 173 140 0.65 0 0.19 0.32 162.32 0.48 0.46
Hex 3D AD 8C 41 0 13 20 A2 30 2E
Octal 75 255 214 101 0 23 40 242 60 56
Binary 111101 10101101 10001100 1000001 0 10011 100000 10100010 110000 101110

Color Harmonies of #3DAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAD8C

Black with #3DAD8C

Text Example


Text Example

White with #3DAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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