Html Css Color HEX #3FAA9E Gossamer

📋 copy color: '#3FAA9E'

red 63 ◦ green 170 ◦ blue 158

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

Shades of Gossamer #3FAA9E

Tints of Gossamer #3FAA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 16.11%
G = 43.48%
B = 40.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#3FAA9E (or 0x3FAA9E) is known color: Gossamer. HEX triplet: 3F, AA and 9E. RGB value is (63,170,158). Sum of RGB (Red+Green+Blue) = 63+170+158=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA9E is #C05561. Grayscale: #888888. Windows color (decimal): -12604770 or 10398271. OLE color: 10398271.

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

Color convert

RGB 63 170 158 -
CMYK 0.63 0 0.07 0.33
HSL 173.27º 0.46% 0.46% -
HSV(B) 173.27º 0.63% 0.67% -
XYZ 22.6 32.27 37.39 -
YUV 136.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 63 170 158 0.63 0 0.07 0.33 173.27 0.46 0.46
Hex 3F AA 9E 3F 0 7 21 AD 2E 2E
Octal 77 252 236 77 0 7 41 255 56 56
Binary 111111 10101010 10011110 111111 0 111 100001 10101101 101110 101110

Color Harmonies of #3FAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA9E

Black with #3FAA9E

Text Example


Text Example

White with #3FAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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