Html Css Color HEX #48B087 Gossamer

📋 copy color: '#48B087'

red 72 ◦ green 176 ◦ blue 135

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

Shades of Gossamer #48B087

Tints of Gossamer #48B087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 18.8%
G = 45.95%
B = 35.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#48B087 (or 0x48B087) is known color: Gossamer. HEX triplet: 48, B0 and 87. RGB value is (72,176,135). Sum of RGB (Red+Green+Blue) = 72+176+135=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #48B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B087 is #B74F78. Grayscale: #8C8C8C. Windows color (decimal): -12013433 or 8892488. OLE color: 8892488.

HSL color Cylindrical-coordinate representation of color #48B087: hue angle of 156.35º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B087 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 176 135 -
CMYK 0.59 0 0.23 0.31
HSL 156.35º 0.42% 0.49% -
HSV(B) 156.35º 0.59% 0.69% -
XYZ 22.57 34.18 28.33 -
YUV 140.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 72 176 135 0.59 0 0.23 0.31 156.35 0.42 0.49
Hex 48 B0 87 3B 0 17 1F 9C 2A 31
Octal 110 260 207 73 0 27 37 234 52 61
Binary 1001000 10110000 10000111 111011 0 10111 11111 10011100 101010 110001

Color Harmonies of #48B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B087

Black with #48B087

Text Example


Text Example

White with #48B087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,176,135); }

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

background-color css

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

 a { background-color: rgb(72,176,135); }

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

border-color css

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

 span { border-color: rgb(72,176,135); }

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