#45B087

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

Shades of Gossamer #45B087

Tints of Gossamer #45B087

Color information

#45B087 (or 0x45B087) is unknown color: approx Gossamer. HEX triplet: 45, B0 and 87. RGB value is (69,176,135). Sum of RGB (Red+Green+Blue) = 69+176+135=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #45B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B087 is #BA4F78. Grayscale: #8B8B8B. Windows color (decimal): -12210041 or 8892485. OLE color: 8892485.

HSL color Cylindrical-coordinate representation of color #45B087: hue angle of 157.01º 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 #45B087 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB69176135-
CMYK0.6100.230.31
HSL157.01º43.67%48.04%-
HSV(B)157.01º60.8%69.02%-
XYZ22.3534.0728.32-
YUV139.33125.5577.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 176 (69.14% from 255) = 46.32%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=18.16%
G=46.32%
B=35.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691761350.6100.230.31157.0143.6748.04
Hex45B0873D0171F9d2c30
Octal10526020775027372355460
Binary100010110110000100001111111010101111111110011101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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