#45AB8B

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

Shades of Gossamer #45AB8B

Tints of Gossamer #45AB8B

Color information

#45AB8B (or 0x45AB8B) is unknown color: approx Gossamer. HEX triplet: 45, AB and 8B. RGB value is (69,171,139). Sum of RGB (Red+Green+Blue) = 69+171+139=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AB8B is #BA5474. Grayscale: #888888. Windows color (decimal): -12211317 or 9153349. OLE color: 9153349.

HSL color Cylindrical-coordinate representation of color #45AB8B: hue angle of 161.18º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB8B is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB69171139-
CMYK0.6000.190.33
HSL161.18º42.5%47.06%-
HSV(B)161.18º59.65%67.06%-
XYZ21.6832.2629.51-
YUV136.85129.2179.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=18.21%
G=45.12%
B=36.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691711390.6000.190.33161.1842.547.06
Hex45AB8B3C01321a12a2f
Octal10525321374023412415257
Binary1000101101010111000101111110001001110000110100001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,139); }

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

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

 a { background-color: rgb(69,171,139); }

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

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

 span { border-color: rgb(69,171,139); }

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