#2C9B88

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

Shades of Gossamer #2C9B88

Tints of Gossamer #2C9B88

Color information

#2C9B88 (or 0x2C9B88) is unknown color: approx Gossamer. HEX triplet: 2C, 9B and 88. RGB value is (44,155,136). Sum of RGB (Red+Green+Blue) = 44+155+136=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9B88 is #D36477. Grayscale: #777777. Windows color (decimal): -13853816 or 8952620. OLE color: 8952620.

HSL color Cylindrical-coordinate representation of color #2C9B88: hue angle of 169.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9B88 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB44155136-
CMYK0.7200.120.39
HSL169.73º55.78%39.02%-
HSV(B)169.73º71.61%60.78%-
XYZ17.225.7627.36-
YUV119.64137.2374.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=13.13%
G=46.27%
B=40.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441551360.7200.120.39169.7355.7839.02
Hex2C9B88480C27aa3827
Octal54233210110014472527047
Binary101100100110111000100010010000110010011110101010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,155,136); }

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

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

 a { background-color: rgb(44,155,136); }

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

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

 span { border-color: rgb(44,155,136); }

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