#45AB96

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

Shades of Gossamer #45AB96

Tints of Gossamer #45AB96

Color information

#45AB96 (or 0x45AB96) is unknown color: approx Gossamer. HEX triplet: 45, AB and 96. RGB value is (69,171,150). Sum of RGB (Red+Green+Blue) = 69+171+150=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AB96 is #BA5469. Grayscale: #8A8A8A. Windows color (decimal): -12211306 or 9874245. OLE color: 9874245.

HSL color Cylindrical-coordinate representation of color #45AB96: hue angle of 167.65º 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 #45AB96 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB69171150-
CMYK0.6000.120.33
HSL167.65º42.5%47.06%-
HSV(B)167.65º59.65%67.06%-
XYZ22.5232.5933.96-
YUV138.11134.7178.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=17.69%
G=43.85%
B=38.46%

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
Decimal691711500.6000.120.33167.6542.547.06
Hex45AB963C0C21a82a2f
Octal10525322674014412505257
Binary100010110101011100101101111000110010000110101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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