#45A68C

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

Shades of Gossamer #45A68C

Tints of Gossamer #45A68C

Color information

#45A68C (or 0x45A68C) is unknown color: approx Gossamer. HEX triplet: 45, A6 and 8C. RGB value is (69,166,140). Sum of RGB (Red+Green+Blue) = 69+166+140=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #45A68C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A68C is #BA5973. Grayscale: #868686. Windows color (decimal): -12212596 or 9217605. OLE color: 9217605.

HSL color Cylindrical-coordinate representation of color #45A68C: hue angle of 163.92º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A68C is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB69166140-
CMYK0.5800.160.35
HSL163.92º41.28%46.08%-
HSV(B)163.92º58.43%65.1%-
XYZ20.8230.4329.59-
YUV134.03131.3681.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=18.4%
G=44.27%
B=37.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691661400.5800.160.35163.9241.2846.08
Hex45A68C3A01023a4292e
Octal10524621472020432445156
Binary1000101101001101000110011101001000010001110100100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,166,140); }

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

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

 a { background-color: rgb(69,166,140); }

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

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

 span { border-color: rgb(69,166,140); }

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