#2C9587

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

Shades of Gossamer #2C9587

Tints of Gossamer #2C9587

Color information

#2C9587 (or 0x2C9587) is unknown color: approx Gossamer. HEX triplet: 2C, 95 and 87. RGB value is (44,149,135). Sum of RGB (Red+Green+Blue) = 44+149+135=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9587 is #D36A78. Grayscale: #737373. Windows color (decimal): -13855353 or 8885548. OLE color: 8885548.

HSL color Cylindrical-coordinate representation of color #2C9587: hue angle of 172º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9587 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB44149135-
CMYK0.7000.090.42
HSL172º54.4%37.84%-
HSV(B)172º70.47%58.43%-
XYZ16.1623.7826.66-
YUV116.01138.7176.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.41%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=13.41%
G=45.43%
B=41.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal441491350.7000.090.4217254.437.84
Hex2C958746092Aac3626
Octal54225207106011522546646
Binary101100100101011000011110001100100110101010101100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,149,135); }

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

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

 a { background-color: rgb(44,149,135); }

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

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

 span { border-color: rgb(44,149,135); }

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