#45AB97

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

Shades of Gossamer #45AB97

Tints of Gossamer #45AB97

Color information

#45AB97 (or 0x45AB97) is unknown color: approx Gossamer. HEX triplet: 45, AB and 97. RGB value is (69,171,151). Sum of RGB (Red+Green+Blue) = 69+171+151=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AB97 is #BA5468. Grayscale: #8A8A8A. Windows color (decimal): -12211305 or 9939781. OLE color: 9939781.

HSL color Cylindrical-coordinate representation of color #45AB97: hue angle of 168.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB97 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB69171151-
CMYK0.6000.120.33
HSL168.24º42.5%47.06%-
HSV(B)168.24º59.65%67.06%-
XYZ22.632.6334.38-
YUV138.22135.2178.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.65%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 151 (59.38% from 255) = 38.62%
R=17.65%
G=43.73%
B=38.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691711510.6000.120.33168.2442.547.06
Hex45AB973C0C21a82a2f
Octal10525322774014412505257
Binary100010110101011100101111111000110010000110101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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