#45B68E

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

Shades of Gossamer #45B68E

Tints of Gossamer #45B68E

Color information

#45B68E (or 0x45B68E) is unknown color: approx Gossamer. HEX triplet: 45, B6 and 8E. RGB value is (69,182,142). Sum of RGB (Red+Green+Blue) = 69+182+142=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #45B68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B68E is #BA4971. Grayscale: #8F8F8F. Windows color (decimal): -12208498 or 9352773. OLE color: 9352773.

HSL color Cylindrical-coordinate representation of color #45B68E: hue angle of 158.76º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B68E is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB69182142-
CMYK0.6200.220.29
HSL158.76º45.02%49.22%-
HSV(B)158.76º62.09%71.37%-
XYZ24.0636.6731.4-
YUV143.65127.0674.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=17.56%
G=46.31%
B=36.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691821420.6200.220.29158.7645.0249.22
Hex45B68E3E0161D9f2d31
Octal10526621676026352375561
Binary100010110110110100011101111100101101110110011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,182,142); }

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

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

 a { background-color: rgb(69,182,142); }

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

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

 span { border-color: rgb(69,182,142); }

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