#3FAA88

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

Shades of Gossamer #3FAA88

Tints of Gossamer #3FAA88

Color information

#3FAA88 (or 0x3FAA88) is unknown color: approx Gossamer. HEX triplet: 3F, AA and 88. RGB value is (63,170,136). Sum of RGB (Red+Green+Blue) = 63+170+136=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA88 is #C05577. Grayscale: #868686. Windows color (decimal): -12604792 or 8956479. OLE color: 8956479.

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

Color convert

RGB63170136-
CMYK0.6300.200.33
HSL160.93º45.92%45.69%-
HSV(B)160.93º62.94%66.67%-
XYZ20.8731.5828.29-
YUV134.13129.0577.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=17.07%
G=46.07%
B=36.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631701360.6300.200.33160.9345.9245.69
Hex3FAA883F01421a12e2e
Octal7725221077024412415656
Binary111111101010101000100011111101010010000110100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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