Html Css Color HEX #3DAB7F Gossamer

📋 copy color: '#3DAB7F'

red 61 ◦ green 171 ◦ blue 127

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

Shades of Gossamer #3DAB7F

Tints of Gossamer #3DAB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 16.99%
G = 47.63%
B = 35.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#3DAB7F (or 0x3DAB7F) is known color: Gossamer. HEX triplet: 3D, AB and 7F. RGB value is (61,171,127). Sum of RGB (Red+Green+Blue) = 61+171+127=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAB7F is #C25480. Grayscale: #858585. Windows color (decimal): -12735617 or 8366909. OLE color: 8366909.

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

Color convert

RGB 61 171 127 -
CMYK 0.64 0 0.26 0.33
HSL 156º 0.47% 0.45% -
HSV(B) 156º 0.64% 0.67% -
XYZ 20.32 31.65 25.12 -
YUV 133.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 61 171 127 0.64 0 0.26 0.33 156 0.47 0.45
Hex 3D AB 7F 40 0 1A 21 9C 2F 2D
Octal 75 253 177 100 0 32 41 234 57 55
Binary 111101 10101011 1111111 1000000 0 11010 100001 10011100 101111 101101

Color Harmonies of #3DAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB7F

Black with #3DAB7F

Text Example


Text Example

White with #3DAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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