Html Css Color HEX #3DAD91 Gossamer

📋 copy color: '#3DAD91'

red 61 ◦ green 173 ◦ blue 145

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

Shades of Gossamer #3DAD91

Tints of Gossamer #3DAD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 16.09%
G = 45.65%
B = 38.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#3DAD91 (or 0x3DAD91) is known color: Gossamer. HEX triplet: 3D, AD and 91. RGB value is (61,173,145). Sum of RGB (Red+Green+Blue) = 61+173+145=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAD91 is #C2526E. Grayscale: #888888. Windows color (decimal): -12735087 or 9547069. OLE color: 9547069.

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

Color convert

RGB 61 173 145 -
CMYK 0.65 0 0.16 0.32
HSL 165º 0.48% 0.46% -
HSV(B) 165º 0.65% 0.68% -
XYZ 21.98 32.92 31.98 -
YUV 136.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 61 173 145 0.65 0 0.16 0.32 165 0.48 0.46
Hex 3D AD 91 41 0 10 20 A5 30 2E
Octal 75 255 221 101 0 20 40 245 60 56
Binary 111101 10101101 10010001 1000001 0 10000 100000 10100101 110000 101110

Color Harmonies of #3DAD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAD91

Black with #3DAD91

Text Example


Text Example

White with #3DAD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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