#45A498

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

Shades of Gossamer #45A498

Tints of Gossamer #45A498

Color information

#45A498 (or 0x45A498) is unknown color: approx Gossamer. HEX triplet: 45, A4 and 98. RGB value is (69,164,152). Sum of RGB (Red+Green+Blue) = 69+164+152=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #45A498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A498 is #BA5B67. Grayscale: #868686. Windows color (decimal): -12213096 or 10003525. OLE color: 10003525.

HSL color Cylindrical-coordinate representation of color #45A498: hue angle of 172.42º 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 #45A498 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB69164152-
CMYK0.5800.070.36
HSL172.42º40.77%45.69%-
HSV(B)172.42º57.93%64.31%-
XYZ21.430.0834.38-
YUV134.23138.0381.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=17.92%
G=42.60%
B=39.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641520.5800.070.36172.4240.7745.69
Hex45A4983A0724ac292e
Octal1052442307207442545156
Binary10001011010010010011000111010011110010010101100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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