Html Css Color HEX #3DAB84 Gossamer

📋 copy color: '#3DAB84'

red 61 ◦ green 171 ◦ blue 132

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

Shades of Gossamer #3DAB84

Tints of Gossamer #3DAB84

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.98%

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 16.76%
G = 46.98%
B = 36.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#3DAB84 (or 0x3DAB84) is known color: Gossamer. HEX triplet: 3D, AB and 84. RGB value is (61,171,132). Sum of RGB (Red+Green+Blue) = 61+171+132=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB84 is #C2547B. Grayscale: #858585. Windows color (decimal): -12735612 or 8694589. OLE color: 8694589.

HSL color Cylindrical-coordinate representation of color #3DAB84: hue angle of 158.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAB84 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 171 132 -
CMYK 0.64 0 0.23 0.33
HSL 158.73º 0.47% 0.45% -
HSV(B) 158.73º 0.64% 0.67% -
XYZ 20.65 31.78 26.88 -
YUV 133.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 61 171 132 0.64 0 0.23 0.33 158.73 0.47 0.45
Hex 3D AB 84 40 0 17 21 9F 2F 2D
Octal 75 253 204 100 0 27 41 237 57 55
Binary 111101 10101011 10000100 1000000 0 10111 100001 10011111 101111 101101

Color Harmonies of #3DAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB84

Black with #3DAB84

Text Example


Text Example

White with #3DAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,171,132); }

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

background-color css

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

 a { background-color: rgb(61,171,132); }

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

border-color css

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

 span { border-color: rgb(61,171,132); }

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