Html Css Color HEX #489E82 Gossamer

📋 copy color: '#489E82'

red 72 ◦ green 158 ◦ blue 130

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

Shades of Gossamer #489E82

Tints of Gossamer #489E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 20%
G = 43.89%
B = 36.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#489E82 (or 0x489E82) is known color: Gossamer. HEX triplet: 48, 9E and 82. RGB value is (72,158,130). Sum of RGB (Red+Green+Blue) = 72+158+130=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #489E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E82 is #B7617D. Grayscale: #818181. Windows color (decimal): -12018046 or 8560200. OLE color: 8560200.

HSL color Cylindrical-coordinate representation of color #489E82: hue angle of 160.47º 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 #489E82 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 158 130 -
CMYK 0.54 0 0.18 0.38
HSL 160.47º 0.37% 0.45% -
HSV(B) 160.47º 0.54% 0.62% -
XYZ 18.93 27.44 25.42 -
YUV 129.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 72 158 130 0.54 0 0.18 0.38 160.47 0.37 0.45
Hex 48 9E 82 36 0 12 26 A0 25 2D
Octal 110 236 202 66 0 22 46 240 45 55
Binary 1001000 10011110 10000010 110110 0 10010 100110 10100000 100101 101101

Color Harmonies of #489E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489E82

Black with #489E82

Text Example


Text Example

White with #489E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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