Html Css Color HEX #3FA88D Gossamer

📋 copy color: '#3FA88D'

red 63 ◦ green 168 ◦ blue 141

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

Shades of Gossamer #3FA88D

Tints of Gossamer #3FA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.16%

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 16.94%
G = 45.16%
B = 37.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#3FA88D (or 0x3FA88D) is known color: Gossamer. HEX triplet: 3F, A8 and 8D. RGB value is (63,168,141). Sum of RGB (Red+Green+Blue) = 63+168+141=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #3FA88D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA88D is #C05772. Grayscale: #858585. Windows color (decimal): -12605299 or 9283647. OLE color: 9283647.

HSL color Cylindrical-coordinate representation of color #3FA88D: hue angle of 164.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA88D is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 63 168 141 -
CMYK 0.63 0 0.16 0.34
HSL 164.57º 0.45% 0.45% -
HSV(B) 164.57º 0.63% 0.66% -
XYZ 20.86 30.99 30.08 -
YUV 133.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 63 168 141 0.63 0 0.16 0.34 164.57 0.45 0.45
Hex 3F A8 8D 3F 0 10 22 A5 2D 2D
Octal 77 250 215 77 0 20 42 245 55 55
Binary 111111 10101000 10001101 111111 0 10000 100010 10100101 101101 101101

Color Harmonies of #3FA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA88D

Black with #3FA88D

Text Example


Text Example

White with #3FA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,168,141); }

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

background-color css

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

 a { background-color: rgb(63,168,141); }

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

border-color css

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

 span { border-color: rgb(63,168,141); }

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