#2C8F7E

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

Shades of Gossamer #2C8F7E

Tints of Gossamer #2C8F7E

Color information

#2C8F7E (or 0x2C8F7E) is unknown color: approx Gossamer. HEX triplet: 2C, 8F and 7E. RGB value is (44,143,126). Sum of RGB (Red+Green+Blue) = 44+143+126=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8F7E is #D37081. Grayscale: #6F6F6F. Windows color (decimal): -13856898 or 8294188. OLE color: 8294188.

HSL color Cylindrical-coordinate representation of color #2C8F7E: hue angle of 169.7º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8F7E is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB44143126-
CMYK0.6900.120.44
HSL169.7º52.94%36.67%-
HSV(B)169.7º69.23%56.08%-
XYZ14.6321.6923.15-
YUV111.46136.279.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.06%
GREEN value IS 143 (56.25% from 255) = 45.69%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=14.06%
G=45.69%
B=40.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441431260.6900.120.44169.752.9436.67
Hex2C8F7E450C2Caa3525
Octal54217176105014542526545
Binary10110010001111111111010001010110010110010101010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,143,126); }

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

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

 a { background-color: rgb(44,143,126); }

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

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

 span { border-color: rgb(44,143,126); }

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