Html Css Color HEX #3FAA90 Gossamer

📋 copy color: '#3FAA90'

red 63 ◦ green 170 ◦ blue 144

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

Shades of Gossamer #3FAA90

Tints of Gossamer #3FAA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 16.71%
G = 45.09%
B = 38.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#3FAA90 (or 0x3FAA90) is known color: Gossamer. HEX triplet: 3F, AA and 90. RGB value is (63,170,144). Sum of RGB (Red+Green+Blue) = 63+170+144=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA90 is #C0556F. Grayscale: #878787. Windows color (decimal): -12604784 or 9480767. OLE color: 9480767.

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

Color convert

RGB 63 170 144 -
CMYK 0.63 0 0.15 0.33
HSL 165.42º 0.46% 0.46% -
HSV(B) 165.42º 0.63% 0.67% -
XYZ 21.46 31.82 31.4 -
YUV 135.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 63 170 144 0.63 0 0.15 0.33 165.42 0.46 0.46
Hex 3F AA 90 3F 0 F 21 A5 2E 2E
Octal 77 252 220 77 0 17 41 245 56 56
Binary 111111 10101010 10010000 111111 0 1111 100001 10100101 101110 101110

Color Harmonies of #3FAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA90

Black with #3FAA90

Text Example


Text Example

White with #3FAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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