Html Css Color HEX #489E80 Gossamer

📋 copy color: '#489E80'

red 72 ◦ green 158 ◦ blue 128

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

Shades of Gossamer #489E80

Tints of Gossamer #489E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.13%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 20.11%
G = 44.13%
B = 35.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#489E80 (or 0x489E80) is known color: Gossamer. HEX triplet: 48, 9E and 80. RGB value is (72,158,128). Sum of RGB (Red+Green+Blue) = 72+158+128=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #489E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E80 is #B7617F. Grayscale: #808080. Windows color (decimal): -12018048 or 8429128. OLE color: 8429128.

HSL color Cylindrical-coordinate representation of color #489E80: hue angle of 159.07º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489E80 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 158 128 -
CMYK 0.54 0 0.19 0.38
HSL 159.07º 0.37% 0.45% -
HSV(B) 159.07º 0.54% 0.62% -
XYZ 18.8 27.39 24.72 -
YUV 128.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 72 158 128 0.54 0 0.19 0.38 159.07 0.37 0.45
Hex 48 9E 80 36 0 13 26 9F 25 2D
Octal 110 236 200 66 0 23 46 237 45 55
Binary 1001000 10011110 10000000 110110 0 10011 100110 10011111 100101 101101

Color Harmonies of #489E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489E80

Black with #489E80

Text Example


Text Example

White with #489E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489E80; }

 p { color: rgb(72,158,128); }

 H1.HeaderClassName
 {
   color: #489E80;
 }
 .AnyTagClassName
 {
   color: #489E80;
 }
</style>

background-color css

<style>
 a { background-color: #489E80; }

 a { background-color: rgb(72,158,128); }

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

border-color css

<style>
 span { border-color: #489E80; }

 span { border-color: rgb(72,158,128); }

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