#45AD8A

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

Shades of Gossamer #45AD8A

Tints of Gossamer #45AD8A

Color information

#45AD8A (or 0x45AD8A) is unknown color: approx Gossamer. HEX triplet: 45, AD and 8A. RGB value is (69,173,138). Sum of RGB (Red+Green+Blue) = 69+173+138=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AD8A is #BA5275. Grayscale: #898989. Windows color (decimal): -12210806 or 9088325. OLE color: 9088325.

HSL color Cylindrical-coordinate representation of color #45AD8A: hue angle of 159.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD8A is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB69173138-
CMYK0.6000.200.32
HSL159.81º42.98%47.45%-
HSV(B)159.81º60.12%67.84%-
XYZ21.9932.9929.25-
YUV137.91128.0478.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=18.16%
G=45.53%
B=36.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691731380.6000.200.32159.8142.9847.45
Hex45AD8A3C01420a02b2f
Octal10525521274024402405357
Binary1000101101011011000101011110001010010000010100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,173,138); }

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

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

 a { background-color: rgb(69,173,138); }

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

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

 span { border-color: rgb(69,173,138); }

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