#45AC84

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

Shades of Gossamer #45AC84

Tints of Gossamer #45AC84

Color information

#45AC84 (or 0x45AC84) is unknown color: approx Gossamer. HEX triplet: 45, AC and 84. RGB value is (69,172,132). Sum of RGB (Red+Green+Blue) = 69+172+132=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AC84 is #BA537B. Grayscale: #888888. Windows color (decimal): -12211068 or 8694853. OLE color: 8694853.

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

Color convert

RGB69172132-
CMYK0.6000.230.33
HSL156.7º42.74%47.25%-
HSV(B)156.7º59.88%67.45%-
XYZ21.3732.4426.96-
YUV136.64125.3879.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=18.50%
G=46.11%
B=35.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691721320.6000.230.33156.742.7447.25
Hex45AC843C017219d2b2f
Octal10525420474027412355357
Binary1000101101011001000010011110001011110000110011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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