Html Css Color HEX #3FAA7F Gossamer

📋 copy color: '#3FAA7F'

red 63 ◦ green 170 ◦ blue 127

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

Shades of Gossamer #3FAA7F

Tints of Gossamer #3FAA7F

RGB

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

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

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

R = 17.5%
G = 47.22%
B = 35.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#3FAA7F (or 0x3FAA7F) is known color: Gossamer. HEX triplet: 3F, AA and 7F. RGB value is (63,170,127). Sum of RGB (Red+Green+Blue) = 63+170+127=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA7F is #C05580. Grayscale: #858585. Windows color (decimal): -12604801 or 8366655. OLE color: 8366655.

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

Color convert

RGB 63 170 127 -
CMYK 0.63 0 0.25 0.33
HSL 155.89º 0.46% 0.46% -
HSV(B) 155.89º 0.63% 0.67% -
XYZ 20.26 31.34 25.06 -
YUV 133.11 124.55 78 -
System Red Green Blue C M Y K H S L
Decimal 63 170 127 0.63 0 0.25 0.33 155.89 0.46 0.46
Hex 3F AA 7F 3F 0 19 21 9C 2E 2E
Octal 77 252 177 77 0 31 41 234 56 56
Binary 111111 10101010 1111111 111111 0 11001 100001 10011100 101110 101110

Color Harmonies of #3FAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA7F

Black with #3FAA7F

Text Example


Text Example

White with #3FAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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