#48AE8A

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

Shades of Gossamer #48AE8A

Tints of Gossamer #48AE8A

Color information

#48AE8A (or 0x48AE8A) is unknown color: approx Gossamer. HEX triplet: 48, AE and 8A. RGB value is (72,174,138). Sum of RGB (Red+Green+Blue) = 72+174+138=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AE8A is #B75175. Grayscale: #8B8B8B. Windows color (decimal): -12013942 or 9088584. OLE color: 9088584.

HSL color Cylindrical-coordinate representation of color #48AE8A: hue angle of 158.82º 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 #48AE8A is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB72174138-
CMYK0.5900.210.32
HSL158.82º41.46%48.24%-
HSV(B)158.82º58.62%68.24%-
XYZ22.433.4829.33-
YUV139.4127.2179.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=18.75%
G=45.31%
B=35.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741380.5900.210.32158.8241.4648.24
Hex48AE8A3B015209f2930
Octal11025621273025402375160
Binary1001000101011101000101011101101010110000010011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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