Html Css Color HEX #3FAB9B Gossamer

📋 copy color: '#3FAB9B'

red 63 ◦ green 171 ◦ blue 155

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

Shades of Gossamer #3FAB9B

Tints of Gossamer #3FAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 16.2%
G = 43.96%
B = 39.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#3FAB9B (or 0x3FAB9B) is known color: Gossamer. HEX triplet: 3F, AB and 9B. RGB value is (63,171,155). Sum of RGB (Red+Green+Blue) = 63+171+155=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB9B is #C05464. Grayscale: #888888. Windows color (decimal): -12604517 or 10201919. OLE color: 10201919.

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

Color convert

RGB 63 171 155 -
CMYK 0.63 0 0.09 0.33
HSL 171.11º 0.46% 0.46% -
HSV(B) 171.11º 0.63% 0.67% -
XYZ 22.53 32.55 36.11 -
YUV 136.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 63 171 155 0.63 0 0.09 0.33 171.11 0.46 0.46
Hex 3F AB 9B 3F 0 9 21 AB 2E 2E
Octal 77 253 233 77 0 11 41 253 56 56
Binary 111111 10101011 10011011 111111 0 1001 100001 10101011 101110 101110

Color Harmonies of #3FAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAB9B

Black with #3FAB9B

Text Example


Text Example

White with #3FAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,171,155); }

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

background-color css

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

 a { background-color: rgb(63,171,155); }

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

border-color css

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

 span { border-color: rgb(63,171,155); }

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