#45AA90

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

Shades of Gossamer #45AA90

Tints of Gossamer #45AA90

Color information

#45AA90 (or 0x45AA90) is unknown color: approx Gossamer. HEX triplet: 45, AA and 90. RGB value is (69,170,144). Sum of RGB (Red+Green+Blue) = 69+170+144=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AA90 is #BA556F. Grayscale: #888888. Windows color (decimal): -12211568 or 9480773. OLE color: 9480773.

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

Color convert

RGB69170144-
CMYK0.5900.150.33
HSL164.55º42.26%46.86%-
HSV(B)164.55º59.41%66.67%-
XYZ21.8632.0331.42-
YUV136.84132.0479.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=18.02%
G=44.39%
B=37.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701440.5900.150.33164.5542.2646.86
Hex45AA903B0F21a52a2f
Octal10525222073017412455257
Binary100010110101010100100001110110111110000110100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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