#45AD8E

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

Shades of Gossamer #45AD8E

Tints of Gossamer #45AD8E

Color information

#45AD8E (or 0x45AD8E) is unknown color: approx Gossamer. HEX triplet: 45, AD and 8E. RGB value is (69,173,142). Sum of RGB (Red+Green+Blue) = 69+173+142=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AD8E is #BA5271. Grayscale: #8A8A8A. Windows color (decimal): -12210802 or 9350469. OLE color: 9350469.

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

Color convert

RGB69173142-
CMYK0.6000.180.32
HSL162.12º42.98%47.45%-
HSV(B)162.12º60.12%67.84%-
XYZ22.2833.1130.81-
YUV138.37130.0478.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.97%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=17.97%
G=45.05%
B=36.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691731420.6000.180.32162.1242.9847.45
Hex45AD8E3C01220a22b2f
Octal10525521674022402425357
Binary1000101101011011000111011110001001010000010100010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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