#2A977E

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

Shades of Gossamer #2A977E

Tints of Gossamer #2A977E

Color information

#2A977E (or 0x2A977E) is unknown color: approx Gossamer. HEX triplet: 2A, 97 and 7E. RGB value is (42,151,126). Sum of RGB (Red+Green+Blue) = 42+151+126=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #2A977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A977E is #D56881. Grayscale: #737373. Windows color (decimal): -13985922 or 8296234. OLE color: 8296234.

HSL color Cylindrical-coordinate representation of color #2A977E: hue angle of 166.24º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A977E is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB42151126-
CMYK0.7200.170.41
HSL166.24º56.48%37.84%-
HSV(B)166.24º72.19%59.22%-
XYZ15.7924.1323.56-
YUV115.56133.8975.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 151 (59.38% from 255) = 47.34%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=13.17%
G=47.34%
B=39.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421511260.7200.170.41166.2456.4837.84
Hex2A977E4801129a63826
Octal52227176110021512467046
Binary101010100101111111110100100001000110100110100110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,151,126); }

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

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

 a { background-color: rgb(42,151,126); }

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

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

 span { border-color: rgb(42,151,126); }

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