#45A08D

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

Shades of Gossamer #45A08D

Tints of Gossamer #45A08D

Color information

#45A08D (or 0x45A08D) is unknown color: approx Gossamer. HEX triplet: 45, A0 and 8D. RGB value is (69,160,141). Sum of RGB (Red+Green+Blue) = 69+160+141=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #45A08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A08D is #BA5F72. Grayscale: #828282. Windows color (decimal): -12214131 or 9281605. OLE color: 9281605.

HSL color Cylindrical-coordinate representation of color #45A08D: hue angle of 167.47º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A08D is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB69160141-
CMYK0.5700.120.37
HSL167.47º39.74%44.9%-
HSV(B)167.47º56.88%62.75%-
XYZ19.8328.3329.62-
YUV130.62133.8584.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=18.65%
G=43.24%
B=38.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691601410.5700.120.37167.4739.7444.9
Hex45A08D390C25a7282d
Octal10524021571014452475055
Binary100010110100000100011011110010110010010110100111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,160,141); }

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

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

 a { background-color: rgb(69,160,141); }

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

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

 span { border-color: rgb(69,160,141); }

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