Html Css Color HEX #48AE8D Gossamer

📋 copy color: '#48AE8D'

red 72 ◦ green 174 ◦ blue 141

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

Shades of Gossamer #48AE8D

Tints of Gossamer #48AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.96%

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 18.6%
G = 44.96%
B = 36.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#48AE8D (or 0x48AE8D) is known color: Gossamer. HEX triplet: 48, AE and 8D. RGB value is (72,174,141). Sum of RGB (Red+Green+Blue) = 72+174+141=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AE8D is #B75172. Grayscale: #8B8B8B. Windows color (decimal): -12013939 or 9285192. OLE color: 9285192.

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

Color convert

RGB 72 174 141 -
CMYK 0.59 0 0.19 0.32
HSL 160.59º 0.41% 0.48% -
HSV(B) 160.59º 0.59% 0.68% -
XYZ 22.62 33.57 30.49 -
YUV 139.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 72 174 141 0.59 0 0.19 0.32 160.59 0.41 0.48
Hex 48 AE 8D 3B 0 13 20 A1 29 30
Octal 110 256 215 73 0 23 40 241 51 60
Binary 1001000 10101110 10001101 111011 0 10011 100000 10100001 101001 110000

Color Harmonies of #48AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AE8D

Black with #48AE8D

Text Example


Text Example

White with #48AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48AE8D;
 }
 .AnyTagClassName
 {
   color: #48AE8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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