Html Css Color HEX #48A598 Gossamer

📋 copy color: '#48A598'

red 72 ◦ green 165 ◦ blue 152

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

Shades of Gossamer #48A598

Tints of Gossamer #48A598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

 BLUE value IS 152 (59.77% from 255) = 39.07%

R = 18.51%
G = 42.42%
B = 39.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#48A598 (or 0x48A598) is known color: Gossamer. HEX triplet: 48, A5 and 98. RGB value is (72,165,152). Sum of RGB (Red+Green+Blue) = 72+165+152=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #48A598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A598 is #B75A67. Grayscale: #878787. Windows color (decimal): -12016232 or 10003784. OLE color: 10003784.

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

Color convert

RGB 72 165 152 -
CMYK 0.56 0 0.08 0.35
HSL 171.61º 0.39% 0.46% -
HSV(B) 171.61º 0.56% 0.65% -
XYZ 21.8 30.55 34.45 -
YUV 135.71 137.19 82.56 -
System Red Green Blue C M Y K H S L
Decimal 72 165 152 0.56 0 0.08 0.35 171.61 0.39 0.46
Hex 48 A5 98 38 0 8 23 AC 27 2E
Octal 110 245 230 70 0 10 43 254 47 56
Binary 1001000 10100101 10011000 111000 0 1000 100011 10101100 100111 101110

Color Harmonies of #48A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A598

Black with #48A598

Text Example


Text Example

White with #48A598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,165,152); }

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

background-color css

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

 a { background-color: rgb(72,165,152); }

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

border-color css

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

 span { border-color: rgb(72,165,152); }

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