#45A191

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

Shades of Gossamer #45A191

Tints of Gossamer #45A191

Color information

#45A191 (or 0x45A191) is unknown color: approx Gossamer. HEX triplet: 45, A1 and 91. RGB value is (69,161,145). Sum of RGB (Red+Green+Blue) = 69+161+145=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #45A191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A191 is #BA5E6E. Grayscale: #838383. Windows color (decimal): -12213871 or 9544005. OLE color: 9544005.

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

Color convert

RGB69161145-
CMYK0.5700.100.37
HSL169.57º40%45.1%-
HSV(B)169.57º57.14%63.14%-
XYZ20.3128.831.28-
YUV131.67135.5283.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 161 (63.28% from 255) = 42.93%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=18.4%
G=42.93%
B=38.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691611450.5700.100.37169.574045.1
Hex45A191390A25aa282d
Octal10524122171012452525055
Binary100010110100001100100011110010101010010110101010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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