#45A297

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

Shades of Gossamer #45A297

Tints of Gossamer #45A297

Color information

#45A297 (or 0x45A297) is unknown color: approx Gossamer. HEX triplet: 45, A2 and 97. RGB value is (69,162,151). Sum of RGB (Red+Green+Blue) = 69+162+151=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #45A297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A297 is #BA5D68. Grayscale: #848484. Windows color (decimal): -12213609 or 9937477. OLE color: 9937477.

HSL color Cylindrical-coordinate representation of color #45A297: hue angle of 172.9º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A297 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB69162151-
CMYK0.5700.070.36
HSL172.9º40.26%45.29%-
HSV(B)172.9º57.41%63.53%-
XYZ20.9629.3433.84-
YUV132.94138.1982.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=18.06%
G=42.41%
B=39.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691621510.5700.070.36172.940.2645.29
Hex45A297390724ad282d
Octal1052422277107442555055
Binary10001011010001010010111111001011110010010101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,162,151); }

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

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

 a { background-color: rgb(69,162,151); }

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

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

 span { border-color: rgb(69,162,151); }

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