#48B28E

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

Shades of Gossamer #48B28E

Tints of Gossamer #48B28E

Color information

#48B28E (or 0x48B28E) is unknown color: approx Gossamer. HEX triplet: 48, B2 and 8E. RGB value is (72,178,142). Sum of RGB (Red+Green+Blue) = 72+178+142=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #48B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B28E is #B74D71. Grayscale: #8E8E8E. Windows color (decimal): -12012914 or 9351752. OLE color: 9351752.

HSL color Cylindrical-coordinate representation of color #48B28E: hue angle of 159.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B28E is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB72178142-
CMYK0.6000.200.30
HSL159.62º42.4%49.02%-
HSV(B)159.62º59.55%69.8%-
XYZ23.4835.1731.14-
YUV142.2127.8877.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.37%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=18.37%
G=45.41%
B=36.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721781420.6000.200.30159.6242.449.02
Hex48B28E3C0141Ea02a31
Octal11026221674024362405261
Binary100100010110010100011101111000101001111010100000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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