#48AE86

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

Shades of Gossamer #48AE86

Tints of Gossamer #48AE86

Color information

#48AE86 (or 0x48AE86) is unknown color: approx Gossamer. HEX triplet: 48, AE and 86. RGB value is (72,174,134). Sum of RGB (Red+Green+Blue) = 72+174+134=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AE86 is #B75179. Grayscale: #8B8B8B. Windows color (decimal): -12013946 or 8826440. OLE color: 8826440.

HSL color Cylindrical-coordinate representation of color #48AE86: hue angle of 156.47º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AE86 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB72174134-
CMYK0.5900.230.32
HSL156.47º41.46%48.24%-
HSV(B)156.47º58.62%68.24%-
XYZ22.1133.3727.83-
YUV138.94125.2180.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 174 (68.36% from 255) = 45.79%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=18.95%
G=45.79%
B=35.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741340.5900.230.32156.4741.4648.24
Hex48AE863B017209c2930
Octal11025620673027402345160
Binary1001000101011101000011011101101011110000010011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48AE86; }

 p { color: rgb(72,174,134); }

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

<style>
 a { background-color: #48AE86; }

 a { background-color: rgb(72,174,134); }

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

<style>
 span { border-color: #48AE86; }

 span { border-color: rgb(72,174,134); }

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