#45AB93

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

Shades of Gossamer #45AB93

Tints of Gossamer #45AB93

Color information

#45AB93 (or 0x45AB93) is unknown color: approx Gossamer. HEX triplet: 45, AB and 93. RGB value is (69,171,147). Sum of RGB (Red+Green+Blue) = 69+171+147=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AB93 is #BA546C. Grayscale: #898989. Windows color (decimal): -12211309 or 9677637. OLE color: 9677637.

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

Color convert

RGB69171147-
CMYK0.6000.140.33
HSL165.88º42.5%47.06%-
HSV(B)165.88º59.65%67.06%-
XYZ22.2832.532.7-
YUV137.77133.2178.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.83%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=17.83%
G=44.19%
B=37.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691711470.6000.140.33165.8842.547.06
Hex45AB933C0E21a62a2f
Octal10525322374016412465257
Binary100010110101011100100111111000111010000110100110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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