Html Css Color HEX #3FA085 Gossamer

📋 copy color: '#3FA085'

red 63 ◦ green 160 ◦ blue 133

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

Shades of Gossamer #3FA085

Tints of Gossamer #3FA085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 17.7%
G = 44.94%
B = 37.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#3FA085 (or 0x3FA085) is known color: Gossamer. HEX triplet: 3F, A0 and 85. RGB value is (63,160,133). Sum of RGB (Red+Green+Blue) = 63+160+133=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA085 is #C05F7A. Grayscale: #7F7F7F. Windows color (decimal): -12607355 or 8757311. OLE color: 8757311.

HSL color Cylindrical-coordinate representation of color #3FA085: hue angle of 163.3º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA085 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 160 133 -
CMYK 0.61 0 0.17 0.37
HSL 163.3º 0.43% 0.44% -
HSV(B) 163.3º 0.61% 0.63% -
XYZ 18.85 27.89 26.58 -
YUV 127.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 63 160 133 0.61 0 0.17 0.37 163.3 0.43 0.44
Hex 3F A0 85 3D 0 11 25 A3 2B 2C
Octal 77 240 205 75 0 21 45 243 53 54
Binary 111111 10100000 10000101 111101 0 10001 100101 10100011 101011 101100

Color Harmonies of #3FA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA085

Black with #3FA085

Text Example


Text Example

White with #3FA085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,160,133); }

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

background-color css

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

 a { background-color: rgb(63,160,133); }

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

border-color css

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

 span { border-color: rgb(63,160,133); }

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