Html Css Color HEX #3DAB85 Gossamer

📋 copy color: '#3DAB85'

red 61 ◦ green 171 ◦ blue 133

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

Shades of Gossamer #3DAB85

Tints of Gossamer #3DAB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 16.71%
G = 46.85%
B = 36.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#3DAB85 (or 0x3DAB85) is known color: Gossamer. HEX triplet: 3D, AB and 85. RGB value is (61,171,133). Sum of RGB (Red+Green+Blue) = 61+171+133=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB85 is #C2547A. Grayscale: #858585. Windows color (decimal): -12735611 or 8760125. OLE color: 8760125.

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

Color convert

RGB 61 171 133 -
CMYK 0.64 0 0.22 0.33
HSL 159.27º 0.47% 0.45% -
HSV(B) 159.27º 0.64% 0.67% -
XYZ 20.72 31.81 27.24 -
YUV 133.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 61 171 133 0.64 0 0.22 0.33 159.27 0.47 0.45
Hex 3D AB 85 40 0 16 21 9F 2F 2D
Octal 75 253 205 100 0 26 41 237 57 55
Binary 111101 10101011 10000101 1000000 0 10110 100001 10011111 101111 101101

Color Harmonies of #3DAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB85

Black with #3DAB85

Text Example


Text Example

White with #3DAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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