#2A9A80

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

Shades of Gossamer #2A9A80

Tints of Gossamer #2A9A80

Color information

#2A9A80 (or 0x2A9A80) is unknown color: approx Gossamer. HEX triplet: 2A, 9A and 80. RGB value is (42,154,128). Sum of RGB (Red+Green+Blue) = 42+154+128=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9A80 is #D5657F. Grayscale: #757575. Windows color (decimal): -13985152 or 8428074. OLE color: 8428074.

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

Color convert

RGB42154128-
CMYK0.7300.170.40
HSL166.07º57.14%38.43%-
HSV(B)166.07º72.73%60.39%-
XYZ16.4125.1624.41-
YUV117.55133.8974.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=12.96%
G=47.53%
B=39.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421541280.7300.170.40166.0757.1438.43
Hex2A9A804901128a63926
Octal52232200111021502467146
Binary1010101001101010000000100100101000110100010100110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,154,128); }

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

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

 a { background-color: rgb(42,154,128); }

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

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

 span { border-color: rgb(42,154,128); }

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