#45A48E

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

Shades of Gossamer #45A48E

Tints of Gossamer #45A48E

Color information

#45A48E (or 0x45A48E) is unknown color: approx Gossamer. HEX triplet: 45, A4 and 8E. RGB value is (69,164,142). Sum of RGB (Red+Green+Blue) = 69+164+142=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #45A48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A48E is #BA5B71. Grayscale: #858585. Windows color (decimal): -12213106 or 9348165. OLE color: 9348165.

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

Color convert

RGB69164142-
CMYK0.5800.130.36
HSL166.11º40.77%45.69%-
HSV(B)166.11º57.93%64.31%-
XYZ20.6129.7730.25-
YUV133.09133.0382.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=18.4%
G=43.73%
B=37.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641420.5800.130.36166.1140.7745.69
Hex45A48E3A0D24a6292e
Octal10524421672015442465156
Binary100010110100100100011101110100110110010010100110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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