#45A68E

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

Shades of Gossamer #45A68E

Tints of Gossamer #45A68E

Color information

#45A68E (or 0x45A68E) is unknown color: approx Gossamer. HEX triplet: 45, A6 and 8E. RGB value is (69,166,142). Sum of RGB (Red+Green+Blue) = 69+166+142=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #45A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A68E is #BA5971. Grayscale: #868686. Windows color (decimal): -12212594 or 9348677. OLE color: 9348677.

HSL color Cylindrical-coordinate representation of color #45A68E: hue angle of 165.15º 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 #45A68E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB69166142-
CMYK0.5800.140.35
HSL165.15º41.28%46.08%-
HSV(B)165.15º58.43%65.1%-
XYZ20.9730.4930.37-
YUV134.26132.3681.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=18.30%
G=44.03%
B=37.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691661420.5800.140.35165.1541.2846.08
Hex45A68E3A0E23a5292e
Octal10524621672016432455156
Binary100010110100110100011101110100111010001110100101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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