#45AD8C

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

Shades of Gossamer #45AD8C

Tints of Gossamer #45AD8C

Color information

#45AD8C (or 0x45AD8C) is unknown color: approx Gossamer. HEX triplet: 45, AD and 8C. RGB value is (69,173,140). Sum of RGB (Red+Green+Blue) = 69+173+140=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AD8C is #BA5273. Grayscale: #8A8A8A. Windows color (decimal): -12210804 or 9219397. OLE color: 9219397.

HSL color Cylindrical-coordinate representation of color #45AD8C: hue angle of 160.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD8C is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB69173140-
CMYK0.6000.190.32
HSL160.96º42.98%47.45%-
HSV(B)160.96º60.12%67.84%-
XYZ22.1333.0530.02-
YUV138.14129.0478.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=18.06%
G=45.29%
B=36.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691731400.6000.190.32160.9642.9847.45
Hex45AD8C3C01320a12b2f
Octal10525521474023402415357
Binary1000101101011011000110011110001001110000010100001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,173,140); }

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

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

 a { background-color: rgb(69,173,140); }

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

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

 span { border-color: rgb(69,173,140); }

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