#48A38E

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

Shades of Gossamer #48A38E

Tints of Gossamer #48A38E

Color information

#48A38E (or 0x48A38E) is unknown color: approx Gossamer. HEX triplet: 48, A3 and 8E. RGB value is (72,163,142). Sum of RGB (Red+Green+Blue) = 72+163+142=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #48A38E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A38E is #B75C71. Grayscale: #858585. Windows color (decimal): -12016754 or 9347912. OLE color: 9347912.

HSL color Cylindrical-coordinate representation of color #48A38E: hue angle of 166.15º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A38E is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB72163142-
CMYK0.5600.130.36
HSL166.15º38.72%46.08%-
HSV(B)166.15º55.83%63.92%-
XYZ20.6529.5330.2-
YUV133.4132.8584.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=19.10%
G=43.24%
B=37.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721631420.5600.130.36166.1538.7246.08
Hex48A38E380D24a6272e
Octal11024321670015442464756
Binary100100010100011100011101110000110110010010100110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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