Html Css Color HEX #3FAA82 Gossamer

📋 copy color: '#3FAA82'

red 63 ◦ green 170 ◦ blue 130

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

Shades of Gossamer #3FAA82

Tints of Gossamer #3FAA82

RGB

 RED value IS 63 (25% from 255) = 17.36%

 GREEN value IS 170 (66.8% from 255) = 46.83%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 17.36%
G = 46.83%
B = 35.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#3FAA82 (or 0x3FAA82) is known color: Gossamer. HEX triplet: 3F, AA and 82. RGB value is (63,170,130). Sum of RGB (Red+Green+Blue) = 63+170+130=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA82 is #C0557D. Grayscale: #858585. Windows color (decimal): -12604798 or 8563263. OLE color: 8563263.

HSL color Cylindrical-coordinate representation of color #3FAA82: hue angle of 157.57º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA82 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 170 130 -
CMYK 0.63 0 0.24 0.33
HSL 157.57º 0.46% 0.46% -
HSV(B) 157.57º 0.63% 0.67% -
XYZ 20.45 31.42 26.11 -
YUV 133.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 63 170 130 0.63 0 0.24 0.33 157.57 0.46 0.46
Hex 3F AA 82 3F 0 18 21 9E 2E 2E
Octal 77 252 202 77 0 30 41 236 56 56
Binary 111111 10101010 10000010 111111 0 11000 100001 10011110 101110 101110

Color Harmonies of #3FAA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA82

Black with #3FAA82

Text Example


Text Example

White with #3FAA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,170,130); }

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

background-color css

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

 a { background-color: rgb(63,170,130); }

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

border-color css

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

 span { border-color: rgb(63,170,130); }

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