#3FAF99

Color #3FAF99 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3FAF99

Tints of Gossamer #3FAF99

Color information

#3FAF99 (or 0x3FAF99) is unknown color: approx Gossamer. HEX triplet: 3F, AF and 99. RGB value is (63,175,153). Sum of RGB (Red+Green+Blue) = 63+175+153=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF99 is #C05066. Grayscale: #8A8A8A. Windows color (decimal): -12603495 or 10071871. OLE color: 10071871.

HSL color Cylindrical-coordinate representation of color #3FAF99: hue angle of 168.21º 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 #3FAF99 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB63175153-
CMYK0.6400.130.31
HSL168.21º47.06%46.67%-
HSV(B)168.21º64%68.63%-
XYZ23.1334.0235.48-
YUV139135.8973.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.11%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=16.11%
G=44.76%
B=39.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631751530.6400.130.31168.2147.0646.67
Hex3FAF99400D1Fa82f2f
Octal77257231100015372505757
Binary11111110101111100110011000000011011111110101000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FAF99;
 }
 .AnyTagClassName
 {
   color: #3FAF99;
 }
</style>
background-color css

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

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

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

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

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

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