#48A88E

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

Shades of Gossamer #48A88E

Tints of Gossamer #48A88E

Color information

#48A88E (or 0x48A88E) is unknown color: approx Gossamer. HEX triplet: 48, A8 and 8E. RGB value is (72,168,142). Sum of RGB (Red+Green+Blue) = 72+168+142=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #48A88E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A88E is #B75771. Grayscale: #888888. Windows color (decimal): -12015474 or 9349192. OLE color: 9349192.

HSL color Cylindrical-coordinate representation of color #48A88E: hue angle of 163.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A88E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB72168142-
CMYK0.5700.150.34
HSL163.75º40%47.06%-
HSV(B)163.75º57.14%65.88%-
XYZ21.5631.3430.5-
YUV136.33131.282.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 168 (66.02% from 255) = 43.98%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=18.85%
G=43.98%
B=37.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721681420.5700.150.34163.754047.06
Hex48A88E390F22a4282f
Octal11025021671017422445057
Binary100100010101000100011101110010111110001010100100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,168,142); }

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

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

 a { background-color: rgb(72,168,142); }

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

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

 span { border-color: rgb(72,168,142); }

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