#2A947C

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

Shades of Gossamer #2A947C

Tints of Gossamer #2A947C

Color information

#2A947C (or 0x2A947C) is unknown color: approx Gossamer. HEX triplet: 2A, 94 and 7C. RGB value is (42,148,124). Sum of RGB (Red+Green+Blue) = 42+148+124=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #2A947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A947C is #D56B83. Grayscale: #717171. Windows color (decimal): -13986692 or 8164394. OLE color: 8164394.

HSL color Cylindrical-coordinate representation of color #2A947C: hue angle of 166.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A947C is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB42148124-
CMYK0.7200.160.42
HSL166.42º55.79%37.25%-
HSV(B)166.42º71.62%58.04%-
XYZ15.1823.1322.73-
YUV113.57133.8876.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=13.38%
G=47.13%
B=39.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421481240.7200.160.42166.4255.7937.25
Hex2A947C480102Aa63825
Octal52224174110020522467045
Binary101010100101001111100100100001000010101010100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,148,124); }

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

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

 a { background-color: rgb(42,148,124); }

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

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

 span { border-color: rgb(42,148,124); }

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