Html Css Color HEX #3DAC95 Gossamer

📋 copy color: '#3DAC95'

red 61 ◦ green 172 ◦ blue 149

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

Shades of Gossamer #3DAC95

Tints of Gossamer #3DAC95

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.03%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 15.97%
G = 45.03%
B = 39.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#3DAC95 (or 0x3DAC95) is known color: Gossamer. HEX triplet: 3D, AC and 95. RGB value is (61,172,149). Sum of RGB (Red+Green+Blue) = 61+172+149=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC95 is #C2536A. Grayscale: #888888. Windows color (decimal): -12735339 or 9808957. OLE color: 9808957.

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

Color convert

RGB 61 172 149 -
CMYK 0.65 0 0.13 0.33
HSL 167.57º 0.48% 0.46% -
HSV(B) 167.57º 0.65% 0.67% -
XYZ 22.1 32.67 33.57 -
YUV 136.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 61 172 149 0.65 0 0.13 0.33 167.57 0.48 0.46
Hex 3D AC 95 41 0 D 21 A8 30 2E
Octal 75 254 225 101 0 15 41 250 60 56
Binary 111101 10101100 10010101 1000001 0 1101 100001 10101000 110000 101110

Color Harmonies of #3DAC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC95

Black with #3DAC95

Text Example


Text Example

White with #3DAC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,172,149); }

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

background-color css

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

 a { background-color: rgb(61,172,149); }

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

border-color css

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

 span { border-color: rgb(61,172,149); }

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