Html Css Color HEX #4AAF8D Gossamer

📋 copy color: '#4AAF8D'

red 74 ◦ green 175 ◦ blue 141

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

Shades of Gossamer #4AAF8D

Tints of Gossamer #4AAF8D

RGB

 RED value IS 74 (29.3% from 255) = 18.97%

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 18.97%
G = 44.87%
B = 36.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#4AAF8D (or 0x4AAF8D) is known color: Gossamer. HEX triplet: 4A, AF and 8D. RGB value is (74,175,141). Sum of RGB (Red+Green+Blue) = 74+175+141=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF8D is #B55072. Grayscale: #8C8C8C. Windows color (decimal): -11882611 or 9285450. OLE color: 9285450.

HSL color Cylindrical-coordinate representation of color #4AAF8D: hue angle of 159.8º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF8D is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 141 -
CMYK 0.58 0 0.19 0.31
HSL 159.8º 0.41% 0.49% -
HSV(B) 159.8º 0.58% 0.69% -
XYZ 22.96 34.04 30.56 -
YUV 140.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 74 175 141 0.58 0 0.19 0.31 159.8 0.41 0.49
Hex 4A AF 8D 3A 0 13 1F A0 29 31
Octal 112 257 215 72 0 23 37 240 51 61
Binary 1001010 10101111 10001101 111010 0 10011 11111 10100000 101001 110001

Color Harmonies of #4AAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF8D

Black with #4AAF8D

Text Example


Text Example

White with #4AAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AAF8D; }

 p { color: rgb(74,175,141); }

 H1.HeaderClassName
 {
   color: #4AAF8D;
 }
 .AnyTagClassName
 {
   color: #4AAF8D;
 }
</style>

background-color css

<style>
 a { background-color: #4AAF8D; }

 a { background-color: rgb(74,175,141); }

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

border-color css

<style>
 span { border-color: #4AAF8D; }

 span { border-color: rgb(74,175,141); }

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