#45AE84

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

Shades of Gossamer #45AE84

Tints of Gossamer #45AE84

Color information

#45AE84 (or 0x45AE84) is unknown color: approx Gossamer. HEX triplet: 45, AE and 84. RGB value is (69,174,132). Sum of RGB (Red+Green+Blue) = 69+174+132=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AE84 is #BA517B. Grayscale: #898989. Windows color (decimal): -12210556 or 8695365. OLE color: 8695365.

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

Color convert

RGB69174132-
CMYK0.6000.240.32
HSL156º43.21%47.65%-
HSV(B)156º60.34%68.24%-
XYZ21.7633.227.09-
YUV137.82124.7178.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=18.4%
G=46.4%
B=35.2%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691741320.6000.240.3215643.2147.65
Hex45AE843C018209c2b30
Octal10525620474030402345360
Binary1000101101011101000010011110001100010000010011100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,174,132); }

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

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

 a { background-color: rgb(69,174,132); }

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

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

 span { border-color: rgb(69,174,132); }

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