#45A990

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

Shades of Gossamer #45A990

Tints of Gossamer #45A990

Color information

#45A990 (or 0x45A990) is unknown color: approx Gossamer. HEX triplet: 45, A9 and 90. RGB value is (69,169,144). Sum of RGB (Red+Green+Blue) = 69+169+144=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #45A990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A990 is #BA566F. Grayscale: #888888. Windows color (decimal): -12211824 or 9480517. OLE color: 9480517.

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

Color convert

RGB69169144-
CMYK0.5900.150.34
HSL165º42.02%46.67%-
HSV(B)165º59.17%66.27%-
XYZ21.6831.6531.35-
YUV136.25132.3780.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=18.06%
G=44.24%
B=37.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691691440.5900.150.3416542.0246.67
Hex45A9903B0F22a52a2f
Octal10525122073017422455257
Binary100010110101001100100001110110111110001010100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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