#45A17D

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

Shades of Gossamer #45A17D

Tints of Gossamer #45A17D

Color information

#45A17D (or 0x45A17D) is unknown color: approx Gossamer. HEX triplet: 45, A1 and 7D. RGB value is (69,161,125). Sum of RGB (Red+Green+Blue) = 69+161+125=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #45A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A17D is #BA5E82. Grayscale: #818181. Windows color (decimal): -12213891 or 8233285. OLE color: 8233285.

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

Color convert

RGB69161125-
CMYK0.5700.220.37
HSL156.52º40%45.1%-
HSV(B)156.52º57.14%63.14%-
XYZ18.928.2423.86-
YUV129.39125.5284.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=19.44%
G=45.35%
B=35.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691611250.5700.220.37156.524045.1
Hex45A17D39016259d282d
Octal10524117571026452355055
Binary100010110100001111110111100101011010010110011101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,161,125); }

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

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

 a { background-color: rgb(69,161,125); }

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

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

 span { border-color: rgb(69,161,125); }

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