#2C987F

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

Shades of Gossamer #2C987F

Tints of Gossamer #2C987F

Color information

#2C987F (or 0x2C987F) is unknown color: approx Gossamer. HEX triplet: 2C, 98 and 7F. RGB value is (44,152,127). Sum of RGB (Red+Green+Blue) = 44+152+127=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #2C987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C987F is #D36780. Grayscale: #747474. Windows color (decimal): -13854593 or 8362028. OLE color: 8362028.

HSL color Cylindrical-coordinate representation of color #2C987F: hue angle of 166.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C987F is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB44152127-
CMYK0.7100.160.40
HSL166.11º55.1%38.43%-
HSV(B)166.11º71.05%59.61%-
XYZ16.124.5223.96-
YUV116.86133.7276.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 127 (50% from 255) = 39.32%
R=13.62%
G=47.06%
B=39.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441521270.7100.160.40166.1155.138.43
Hex2C987F4701028a63726
Octal54230177107020502466746
Binary101100100110001111111100011101000010100010100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,152,127); }

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

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

 a { background-color: rgb(44,152,127); }

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

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

 span { border-color: rgb(44,152,127); }

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