Html Css Color HEX #489E85 Gossamer

📋 copy color: '#489E85'

red 72 ◦ green 158 ◦ blue 133

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

Shades of Gossamer #489E85

Tints of Gossamer #489E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 19.83%
G = 43.53%
B = 36.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#489E85 (or 0x489E85) is known color: Gossamer. HEX triplet: 48, 9E and 85. RGB value is (72,158,133). Sum of RGB (Red+Green+Blue) = 72+158+133=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #489E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E85 is #B7617A. Grayscale: #818181. Windows color (decimal): -12018043 or 8756808. OLE color: 8756808.

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

Color convert

RGB 72 158 133 -
CMYK 0.54 0 0.16 0.38
HSL 162.56º 0.37% 0.45% -
HSV(B) 162.56º 0.54% 0.62% -
XYZ 19.13 27.52 26.49 -
YUV 129.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 72 158 133 0.54 0 0.16 0.38 162.56 0.37 0.45
Hex 48 9E 85 36 0 10 26 A3 25 2D
Octal 110 236 205 66 0 20 46 243 45 55
Binary 1001000 10011110 10000101 110110 0 10000 100110 10100011 100101 101101

Color Harmonies of #489E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489E85

Black with #489E85

Text Example


Text Example

White with #489E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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