Html Css Color HEX #3FA596 Gossamer

📋 copy color: '#3FA596'

red 63 ◦ green 165 ◦ blue 150

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

Shades of Gossamer #3FA596

Tints of Gossamer #3FA596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 16.67%
G = 43.65%
B = 39.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#3FA596 (or 0x3FA596) is known color: Gossamer. HEX triplet: 3F, A5 and 96. RGB value is (63,165,150). Sum of RGB (Red+Green+Blue) = 63+165+150=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA596 is #C05A69. Grayscale: #848484. Windows color (decimal): -12606058 or 9872703. OLE color: 9872703.

HSL color Cylindrical-coordinate representation of color #3FA596: hue angle of 171.18º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA596 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 165 150 -
CMYK 0.62 0 0.09 0.35
HSL 171.18º 0.45% 0.45% -
HSV(B) 171.18º 0.62% 0.65% -
XYZ 21.01 30.17 33.57 -
YUV 132.79 137.71 78.22 -
System Red Green Blue C M Y K H S L
Decimal 63 165 150 0.62 0 0.09 0.35 171.18 0.45 0.45
Hex 3F A5 96 3E 0 9 23 AB 2D 2D
Octal 77 245 226 76 0 11 43 253 55 55
Binary 111111 10100101 10010110 111110 0 1001 100011 10101011 101101 101101

Color Harmonies of #3FA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA596

Black with #3FA596

Text Example


Text Example

White with #3FA596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,165,150); }

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

background-color css

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

 a { background-color: rgb(63,165,150); }

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

border-color css

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

 span { border-color: rgb(63,165,150); }

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