#45AA99

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

Shades of Gossamer #45AA99

Tints of Gossamer #45AA99

Color information

#45AA99 (or 0x45AA99) is unknown color: approx Gossamer. HEX triplet: 45, AA and 99. RGB value is (69,170,153). Sum of RGB (Red+Green+Blue) = 69+170+153=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AA99 is #BA5566. Grayscale: #898989. Windows color (decimal): -12211559 or 10070597. OLE color: 10070597.

HSL color Cylindrical-coordinate representation of color #45AA99: hue angle of 169.9º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA99 is Cyan = 0.59, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB69170153-
CMYK0.5900.10.33
HSL169.9º42.26%46.86%-
HSV(B)169.9º59.41%66.67%-
XYZ22.5832.3135.18-
YUV137.86136.5478.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.60%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=17.60%
G=43.37%
B=39.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701530.5900.10.33169.942.2646.86
Hex45AA993B0A21aa2a2f
Octal10525223173012412525257
Binary100010110101010100110011110110101010000110101010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,170,153); }

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

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

 a { background-color: rgb(69,170,153); }

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

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

 span { border-color: rgb(69,170,153); }

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