Html Css Color HEX #3DAC83 Gossamer

📋 copy color: '#3DAC83'

red 61 ◦ green 172 ◦ blue 131

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

Shades of Gossamer #3DAC83

Tints of Gossamer #3DAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 16.76%
G = 47.25%
B = 35.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#3DAC83 (or 0x3DAC83) is known color: Gossamer. HEX triplet: 3D, AC and 83. RGB value is (61,172,131). Sum of RGB (Red+Green+Blue) = 61+172+131=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC83 is #C2537C. Grayscale: #868686. Windows color (decimal): -12735357 or 8629309. OLE color: 8629309.

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

Color convert

RGB 61 172 131 -
CMYK 0.65 0 0.24 0.33
HSL 157.84º 0.48% 0.46% -
HSV(B) 157.84º 0.65% 0.67% -
XYZ 20.77 32.14 26.58 -
YUV 134.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 61 172 131 0.65 0 0.24 0.33 157.84 0.48 0.46
Hex 3D AC 83 41 0 18 21 9E 30 2E
Octal 75 254 203 101 0 30 41 236 60 56
Binary 111101 10101100 10000011 1000001 0 11000 100001 10011110 110000 101110

Color Harmonies of #3DAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC83

Black with #3DAC83

Text Example


Text Example

White with #3DAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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