Html Css Color HEX #3FAC9B Gossamer

📋 copy color: '#3FAC9B'

red 63 ◦ green 172 ◦ blue 155

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

Shades of Gossamer #3FAC9B

Tints of Gossamer #3FAC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 16.15%
G = 44.1%
B = 39.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#3FAC9B (or 0x3FAC9B) is known color: Gossamer. HEX triplet: 3F, AC and 9B. RGB value is (63,172,155). Sum of RGB (Red+Green+Blue) = 63+172+155=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC9B is #C05364. Grayscale: #898989. Windows color (decimal): -12604261 or 10202175. OLE color: 10202175.

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

Color convert

RGB 63 172 155 -
CMYK 0.63 0 0.10 0.33
HSL 170.64º 0.46% 0.46% -
HSV(B) 170.64º 0.63% 0.67% -
XYZ 22.72 32.93 36.17 -
YUV 137.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 63 172 155 0.63 0 0.10 0.33 170.64 0.46 0.46
Hex 3F AC 9B 3F 0 A 21 AB 2E 2E
Octal 77 254 233 77 0 12 41 253 56 56
Binary 111111 10101100 10011011 111111 0 1010 100001 10101011 101110 101110

Color Harmonies of #3FAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAC9B

Black with #3FAC9B

Text Example


Text Example

White with #3FAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,172,155); }

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

background-color css

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

 a { background-color: rgb(63,172,155); }

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

border-color css

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

 span { border-color: rgb(63,172,155); }

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