#3FAA98

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

Shades of Gossamer #3FAA98

Tints of Gossamer #3FAA98

Color information

#3FAA98 (or 0x3FAA98) is unknown color: approx Gossamer. HEX triplet: 3F, AA and 98. RGB value is (63,170,152). Sum of RGB (Red+Green+Blue) = 63+170+152=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA98 is #C05567. Grayscale: #878787. Windows color (decimal): -12604776 or 10005055. OLE color: 10005055.

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

Color convert

RGB63170152-
CMYK0.6300.110.33
HSL169.91º45.92%45.69%-
HSV(B)169.91º62.94%66.67%-
XYZ22.0932.0734.73-
YUV135.95137.0575.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.36%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=16.36%
G=44.16%
B=39.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631701520.6300.110.33169.9145.9245.69
Hex3FAA983F0B21aa2e2e
Octal7725223077013412525656
Binary11111110101010100110001111110101110000110101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,170,152); }

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

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

 a { background-color: rgb(63,170,152); }

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

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

 span { border-color: rgb(63,170,152); }

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