#45B187

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

Shades of Gossamer #45B187

Tints of Gossamer #45B187

Color information

#45B187 (or 0x45B187) is unknown color: approx Gossamer. HEX triplet: 45, B1 and 87. RGB value is (69,177,135). Sum of RGB (Red+Green+Blue) = 69+177+135=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #45B187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B187 is #BA4E78. Grayscale: #8B8B8B. Windows color (decimal): -12209785 or 8892741. OLE color: 8892741.

HSL color Cylindrical-coordinate representation of color #45B187: hue angle of 156.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B187 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB69177135-
CMYK0.6100.240.31
HSL156.67º43.9%48.24%-
HSV(B)156.67º61.02%69.41%-
XYZ22.5534.4628.38-
YUV139.92125.2277.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=18.11%
G=46.46%
B=35.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691771350.6100.240.31156.6743.948.24
Hex45B1873D0181F9d2c30
Octal10526120775030372355460
Binary100010110110001100001111111010110001111110011101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,177,135); }

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

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

 a { background-color: rgb(69,177,135); }

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

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

 span { border-color: rgb(69,177,135); }

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