#3FAC9A

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

Shades of Gossamer #3FAC9A

Tints of Gossamer #3FAC9A

Color information

#3FAC9A (or 0x3FAC9A) is unknown color: approx Gossamer. HEX triplet: 3F, AC and 9A. RGB value is (63,172,154). Sum of RGB (Red+Green+Blue) = 63+172+154=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC9A is #C05365. Grayscale: #898989. Windows color (decimal): -12604262 or 10136639. OLE color: 10136639.

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

Color convert

RGB63172154-
CMYK0.6300.100.33
HSL170.09º46.38%46.08%-
HSV(B)170.09º63.37%67.45%-
XYZ22.6432.8935.73-
YUV137.36137.3974.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.20%
GREEN value IS 172 (67.58% from 255) = 44.22%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=16.20%
G=44.22%
B=39.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631721540.6300.100.33170.0946.3846.08
Hex3FAC9A3F0A21aa2e2e
Octal7725423277012412525656
Binary11111110101100100110101111110101010000110101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,172,154); }

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

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

 a { background-color: rgb(63,172,154); }

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

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

 span { border-color: rgb(63,172,154); }

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