#2A9C7F

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

Shades of Gossamer #2A9C7F

Tints of Gossamer #2A9C7F

Color information

#2A9C7F (or 0x2A9C7F) is unknown color: approx Gossamer. HEX triplet: 2A, 9C and 7F. RGB value is (42,156,127). Sum of RGB (Red+Green+Blue) = 42+156+127=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C7F is #D56380. Grayscale: #767676. Windows color (decimal): -13984641 or 8363050. OLE color: 8363050.

HSL color Cylindrical-coordinate representation of color #2A9C7F: hue angle of 164.74º 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 #2A9C7F is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB42156127-
CMYK0.7300.190.39
HSL164.74º57.58%38.82%-
HSV(B)164.74º73.08%61.18%-
XYZ16.6725.824.18-
YUV118.61132.7373.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 127 (50% from 255) = 39.08%
R=12.92%
G=48%
B=39.08%

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
Decimal421561270.7300.190.39164.7457.5838.82
Hex2A9C7F4901327a53a27
Octal52234177111023472457247
Binary101010100111001111111100100101001110011110100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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