#2D9A89

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

Shades of Gossamer #2D9A89

Tints of Gossamer #2D9A89

Color information

#2D9A89 (or 0x2D9A89) is unknown color: approx Gossamer. HEX triplet: 2D, 9A and 89. RGB value is (45,154,137). Sum of RGB (Red+Green+Blue) = 45+154+137=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #2D9A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9A89 is #D26576. Grayscale: #777777. Windows color (decimal): -13788535 or 9017901. OLE color: 9017901.

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

Color convert

RGB45154137-
CMYK0.7100.110.40
HSL170.64º54.77%39.02%-
HSV(B)170.64º70.78%60.39%-
XYZ17.1525.4827.68-
YUV119.47137.8974.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.39%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=13.39%
G=45.83%
B=40.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal451541370.7100.110.40170.6454.7739.02
Hex2D9A89470B28ab3727
Octal55232211107013502536747
Binary101101100110101000100110001110101110100010101011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,154,137); }

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

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

 a { background-color: rgb(45,154,137); }

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

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

 span { border-color: rgb(45,154,137); }

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