Html Css Color HEX #3FAF8C Gossamer

📋 copy color: '#3FAF8C'

red 63 ◦ green 175 ◦ blue 140

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

Shades of Gossamer #3FAF8C

Tints of Gossamer #3FAF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 16.67%
G = 46.3%
B = 37.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#3FAF8C (or 0x3FAF8C) is known color: Gossamer. HEX triplet: 3F, AF and 8C. RGB value is (63,175,140). Sum of RGB (Red+Green+Blue) = 63+175+140=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF8C is #C05073. Grayscale: #898989. Windows color (decimal): -12603508 or 9219903. OLE color: 9219903.

HSL color Cylindrical-coordinate representation of color #3FAF8C: hue angle of 161.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF8C is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 140 -
CMYK 0.64 0 0.2 0.31
HSL 161.25º 0.47% 0.47% -
HSV(B) 161.25º 0.64% 0.69% -
XYZ 22.11 33.61 30.13 -
YUV 137.52 129.39 74.85 -
System Red Green Blue C M Y K H S L
Decimal 63 175 140 0.64 0 0.2 0.31 161.25 0.47 0.47
Hex 3F AF 8C 40 0 14 1F A1 2F 2F
Octal 77 257 214 100 0 24 37 241 57 57
Binary 111111 10101111 10001100 1000000 0 10100 11111 10100001 101111 101111

Color Harmonies of #3FAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF8C

Black with #3FAF8C

Text Example


Text Example

White with #3FAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,140); }

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

background-color css

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

 a { background-color: rgb(63,175,140); }

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

border-color css

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

 span { border-color: rgb(63,175,140); }

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