#2A9C7E

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

Shades of Gossamer #2A9C7E

Tints of Gossamer #2A9C7E

Color information

#2A9C7E (or 0x2A9C7E) is unknown color: approx Gossamer. HEX triplet: 2A, 9C and 7E. RGB value is (42,156,126). Sum of RGB (Red+Green+Blue) = 42+156+126=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C7E is #D56381. Grayscale: #767676. Windows color (decimal): -13984642 or 8297514. OLE color: 8297514.

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

Color convert

RGB42156126-
CMYK0.7300.190.39
HSL164.21º57.58%38.82%-
HSV(B)164.21º73.08%61.18%-
XYZ16.6125.7823.84-
YUV118.49132.2373.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=12.96%
G=48.15%
B=38.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421561260.7300.190.39164.2157.5838.82
Hex2A9C7E4901327a43a27
Octal52234176111023472447247
Binary101010100111001111110100100101001110011110100100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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