Html Css Color HEX #3DAB83 Gossamer

📋 copy color: '#3DAB83'

red 61 ◦ green 171 ◦ blue 131

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

Shades of Gossamer #3DAB83

Tints of Gossamer #3DAB83

RGB

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

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

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

R = 16.8%
G = 47.11%
B = 36.09%

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

#3DAB83 (or 0x3DAB83) is known color: Gossamer. HEX triplet: 3D, AB and 83. RGB value is (61,171,131). Sum of RGB (Red+Green+Blue) = 61+171+131=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB83 is #C2547C. Grayscale: #858585. Windows color (decimal): -12735613 or 8629053. OLE color: 8629053.

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

Color convert

RGB 61 171 131 -
CMYK 0.64 0 0.23 0.33
HSL 158.18º 0.47% 0.45% -
HSV(B) 158.18º 0.64% 0.67% -
XYZ 20.58 31.76 26.52 -
YUV 133.55 126.56 76.25 -
System Red Green Blue C M Y K H S L
Decimal 61 171 131 0.64 0 0.23 0.33 158.18 0.47 0.45
Hex 3D AB 83 40 0 17 21 9E 2F 2D
Octal 75 253 203 100 0 27 41 236 57 55
Binary 111101 10101011 10000011 1000000 0 10111 100001 10011110 101111 101101

Color Harmonies of #3DAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB83

Black with #3DAB83

Text Example


Text Example

White with #3DAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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