#45A083

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

Shades of Gossamer #45A083

Tints of Gossamer #45A083

Color information

#45A083 (or 0x45A083) is unknown color: approx Gossamer. HEX triplet: 45, A0 and 83. RGB value is (69,160,131). Sum of RGB (Red+Green+Blue) = 69+160+131=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #45A083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A083 is #BA5F7C. Grayscale: #818181. Windows color (decimal): -12214141 or 8626245. OLE color: 8626245.

HSL color Cylindrical-coordinate representation of color #45A083: hue angle of 160.88º 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 #45A083 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB69160131-
CMYK0.5700.180.37
HSL160.88º39.74%44.9%-
HSV(B)160.88º56.88%62.75%-
XYZ19.1228.0525.88-
YUV129.48128.8584.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=19.17%
G=44.44%
B=36.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691601310.5700.180.37160.8839.7444.9
Hex45A0833901225a1282d
Octal10524020371022452415055
Binary1000101101000001000001111100101001010010110100001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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