#48AE90

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

Shades of Gossamer #48AE90

Tints of Gossamer #48AE90

Color information

#48AE90 (or 0x48AE90) is unknown color: approx Gossamer. HEX triplet: 48, AE and 90. RGB value is (72,174,144). Sum of RGB (Red+Green+Blue) = 72+174+144=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AE90 is #B7516F. Grayscale: #8C8C8C. Windows color (decimal): -12013936 or 9481800. OLE color: 9481800.

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

Color convert

RGB72174144-
CMYK0.5900.170.32
HSL162.35º41.46%48.24%-
HSV(B)162.35º58.62%68.24%-
XYZ22.8433.6631.68-
YUV140.08130.2179.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=18.46%
G=44.62%
B=36.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741440.5900.170.32162.3541.4648.24
Hex48AE903B01120a22930
Octal11025622073021402425160
Binary1001000101011101001000011101101000110000010100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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