Html Css Color HEX #3FA992 Gossamer

📋 copy color: '#3FA992'

red 63 ◦ green 169 ◦ blue 146

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

Shades of Gossamer #3FA992

Tints of Gossamer #3FA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 16.67%
G = 44.71%
B = 38.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#3FA992 (or 0x3FA992) is known color: Gossamer. HEX triplet: 3F, A9 and 92. RGB value is (63,169,146). Sum of RGB (Red+Green+Blue) = 63+169+146=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA992 is #C0566D. Grayscale: #868686. Windows color (decimal): -12605038 or 9611583. OLE color: 9611583.

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

Color convert

RGB 63 169 146 -
CMYK 0.63 0 0.14 0.34
HSL 166.98º 0.46% 0.45% -
HSV(B) 166.98º 0.63% 0.66% -
XYZ 21.43 31.51 32.15 -
YUV 134.68 134.38 76.87 -
System Red Green Blue C M Y K H S L
Decimal 63 169 146 0.63 0 0.14 0.34 166.98 0.46 0.45
Hex 3F A9 92 3F 0 E 22 A7 2E 2D
Octal 77 251 222 77 0 16 42 247 56 55
Binary 111111 10101001 10010010 111111 0 1110 100010 10100111 101110 101101

Color Harmonies of #3FA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA992

Black with #3FA992

Text Example


Text Example

White with #3FA992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,169,146); }

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

background-color css

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

 a { background-color: rgb(63,169,146); }

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

border-color css

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

 span { border-color: rgb(63,169,146); }

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