#45A989

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

Shades of Gossamer #45A989

Tints of Gossamer #45A989

Color information

#45A989 (or 0x45A989) is unknown color: approx Gossamer. HEX triplet: 45, A9 and 89. RGB value is (69,169,137). Sum of RGB (Red+Green+Blue) = 69+169+137=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #45A989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A989 is #BA5676. Grayscale: #878787. Windows color (decimal): -12211831 or 9021765. OLE color: 9021765.

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

Color convert

RGB69169137-
CMYK0.5900.190.34
HSL160.8º42.02%46.67%-
HSV(B)160.8º59.17%66.27%-
XYZ21.1631.4528.62-
YUV135.45128.8780.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=18.4%
G=45.07%
B=36.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691691370.5900.190.34160.842.0246.67
Hex45A9893B01322a12a2f
Octal10525121173023422415257
Binary1000101101010011000100111101101001110001010100001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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