Html Css Color HEX #4AAF8E Gossamer

📋 copy color: '#4AAF8E'

red 74 ◦ green 175 ◦ blue 142

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

Shades of Gossamer #4AAF8E

Tints of Gossamer #4AAF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 18.93%
G = 44.76%
B = 36.32%

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

#4AAF8E (or 0x4AAF8E) is known color: Gossamer. HEX triplet: 4A, AF and 8E. RGB value is (74,175,142). Sum of RGB (Red+Green+Blue) = 74+175+142=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF8E is #B55071. Grayscale: #8D8D8D. Windows color (decimal): -11882610 or 9350986. OLE color: 9350986.

HSL color Cylindrical-coordinate representation of color #4AAF8E: hue angle of 160.4º 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 #4AAF8E is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 142 -
CMYK 0.58 0 0.19 0.31
HSL 160.4º 0.41% 0.49% -
HSV(B) 160.4º 0.58% 0.69% -
XYZ 23.04 34.07 30.95 -
YUV 141.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 74 175 142 0.58 0 0.19 0.31 160.4 0.41 0.49
Hex 4A AF 8E 3A 0 13 1F A0 29 31
Octal 112 257 216 72 0 23 37 240 51 61
Binary 1001010 10101111 10001110 111010 0 10011 11111 10100000 101001 110001

Color Harmonies of #4AAF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF8E

Black with #4AAF8E

Text Example


Text Example

White with #4AAF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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