#45A988

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

Shades of Gossamer #45A988

Tints of Gossamer #45A988

Color information

#45A988 (or 0x45A988) is unknown color: approx Gossamer. HEX triplet: 45, A9 and 88. RGB value is (69,169,136). Sum of RGB (Red+Green+Blue) = 69+169+136=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #45A988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A988 is #BA5677. Grayscale: #878787. Windows color (decimal): -12211832 or 8956229. OLE color: 8956229.

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

Color convert

RGB69169136-
CMYK0.5900.200.34
HSL160.2º42.02%46.67%-
HSV(B)160.2º59.17%66.27%-
XYZ21.0931.4228.25-
YUV135.34128.3780.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=18.45%
G=45.19%
B=36.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691691360.5900.200.34160.242.0246.67
Hex45A9883B01422a02a2f
Octal10525121073024422405257
Binary1000101101010011000100011101101010010001010100000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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