Html Css Color HEX #48A38E Gossamer

📋 copy color: '#48A38E'

red 72 ◦ green 163 ◦ blue 142

#48A38E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #48A38E

Tints of Gossamer #48A38E

RGB

 RED value IS 72 (28.52% from 255) = 19.1%

 GREEN value IS 163 (64.06% from 255) = 43.24%

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 19.1%
G = 43.24%
B = 37.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#48A38E (or 0x48A38E) is known color: 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

RGB 72 163 142 -
CMYK 0.56 0 0.13 0.36
HSL 166.15º 0.39% 0.46% -
HSV(B) 166.15º 0.56% 0.64% -
XYZ 20.65 29.53 30.2 -
YUV 133.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 72 163 142 0.56 0 0.13 0.36 166.15 0.39 0.46
Hex 48 A3 8E 38 0 D 24 A6 27 2E
Octal 110 243 216 70 0 15 44 246 47 56
Binary 1001000 10100011 10001110 111000 0 1101 100100 10100110 100111 101110

Color Harmonies of #48A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A38E

Black with #48A38E

Text Example


Text Example

White with #48A38E

Text Example


Text Example

HTML Codes & Css Web 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>