Html Css Color HEX #3FAA9F Gossamer

📋 copy color: '#3FAA9F'

red 63 ◦ green 170 ◦ blue 159

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

Shades of Gossamer #3FAA9F

Tints of Gossamer #3FAA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 16.07%
G = 43.37%
B = 40.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#3FAA9F (or 0x3FAA9F) is known color: Gossamer. HEX triplet: 3F, AA and 9F. RGB value is (63,170,159). Sum of RGB (Red+Green+Blue) = 63+170+159=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA9F is #C05560. Grayscale: #888888. Windows color (decimal): -12604769 or 10463807. OLE color: 10463807.

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

Color convert

RGB 63 170 159 -
CMYK 0.63 0 0.06 0.33
HSL 173.83º 0.46% 0.46% -
HSV(B) 173.83º 0.63% 0.67% -
XYZ 22.68 32.31 37.84 -
YUV 136.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 63 170 159 0.63 0 0.06 0.33 173.83 0.46 0.46
Hex 3F AA 9F 3F 0 6 21 AE 2E 2E
Octal 77 252 237 77 0 6 41 256 56 56
Binary 111111 10101010 10011111 111111 0 110 100001 10101110 101110 101110

Color Harmonies of #3FAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA9F

Black with #3FAA9F

Text Example


Text Example

White with #3FAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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