#45AB8E

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

Shades of Gossamer #45AB8E

Tints of Gossamer #45AB8E

Color information

#45AB8E (or 0x45AB8E) is unknown color: approx Gossamer. HEX triplet: 45, AB and 8E. RGB value is (69,171,142). Sum of RGB (Red+Green+Blue) = 69+171+142=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AB8E is #BA5471. Grayscale: #898989. Windows color (decimal): -12211314 or 9349957. OLE color: 9349957.

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

Color convert

RGB69171142-
CMYK0.6000.170.33
HSL162.94º42.5%47.06%-
HSV(B)162.94º59.65%67.06%-
XYZ21.932.3430.68-
YUV137.2130.7179.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=18.06%
G=44.76%
B=37.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691711420.6000.170.33162.9442.547.06
Hex45AB8E3C01121a32a2f
Octal10525321674021412435257
Binary1000101101010111000111011110001000110000110100011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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