#2F987C

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

Shades of Gossamer #2F987C

Tints of Gossamer #2F987C

Color information

#2F987C (or 0x2F987C) is unknown color: approx Gossamer. HEX triplet: 2F, 98 and 7C. RGB value is (47,152,124). Sum of RGB (Red+Green+Blue) = 47+152+124=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #2F987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F987C is #D06783. Grayscale: #757575. Windows color (decimal): -13657988 or 8165423. OLE color: 8165423.

HSL color Cylindrical-coordinate representation of color #2F987C: hue angle of 164º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F987C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB47152124-
CMYK0.6900.180.40
HSL164º52.76%39.02%-
HSV(B)164º69.08%59.61%-
XYZ16.0424.5222.96-
YUV117.41131.7177.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=14.55%
G=47.06%
B=38.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471521240.6900.180.4016452.7639.02
Hex2F987C4501228a43527
Octal57230174105022502446547
Binary101111100110001111100100010101001010100010100100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F987C; }

 p { color: rgb(47,152,124); }

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

<style>
 a { background-color: #2F987C; }

 a { background-color: rgb(47,152,124); }

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

<style>
 span { border-color: #2F987C; }

 span { border-color: rgb(47,152,124); }

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