#45AF88

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

Shades of Gossamer #45AF88

Tints of Gossamer #45AF88

Color information

#45AF88 (or 0x45AF88) is unknown color: approx Gossamer. HEX triplet: 45, AF and 88. RGB value is (69,175,136). Sum of RGB (Red+Green+Blue) = 69+175+136=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AF88 is #BA5077. Grayscale: #8A8A8A. Windows color (decimal): -12210296 or 8957765. OLE color: 8957765.

HSL color Cylindrical-coordinate representation of color #45AF88: hue angle of 157.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45AF88 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB69175136-
CMYK0.6100.220.31
HSL157.92º43.44%47.84%-
HSV(B)157.92º60.57%68.63%-
XYZ22.2333.728.63-
YUV138.86126.3878.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 136 (53.52% from 255) = 35.79%
R=18.16%
G=46.05%
B=35.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691751360.6100.220.31157.9243.4447.84
Hex45AF883D0161F9e2b30
Octal10525721075026372365360
Binary100010110101111100010001111010101101111110011110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,175,136); }

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

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

 a { background-color: rgb(69,175,136); }

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

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

 span { border-color: rgb(69,175,136); }

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