#45A47E

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

Shades of Gossamer #45A47E

Tints of Gossamer #45A47E

Color information

#45A47E (or 0x45A47E) is unknown color: approx Gossamer. HEX triplet: 45, A4 and 7E. RGB value is (69,164,126). Sum of RGB (Red+Green+Blue) = 69+164+126=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #45A47E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A47E is #BA5B81. Grayscale: #838383. Windows color (decimal): -12213122 or 8299589. OLE color: 8299589.

HSL color Cylindrical-coordinate representation of color #45A47E: hue angle of 156º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A47E is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB69164126-
CMYK0.5800.230.36
HSL156º40.77%45.69%-
HSV(B)156º57.93%64.31%-
XYZ19.529.3224.37-
YUV131.26125.0383.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=19.22%
G=45.68%
B=35.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641260.5800.230.3615640.7745.69
Hex45A47E3A017249c292e
Octal10524417672027442345156
Binary100010110100100111111011101001011110010010011100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A47E; }

 p { color: rgb(69,164,126); }

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

<style>
 a { background-color: #45A47E; }

 a { background-color: rgb(69,164,126); }

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

<style>
 span { border-color: #45A47E; }

 span { border-color: rgb(69,164,126); }

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