Html Css Color HEX #4AAC8B Gossamer

📋 copy color: '#4AAC8B'

red 74 ◦ green 172 ◦ blue 139

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

Shades of Gossamer #4AAC8B

Tints of Gossamer #4AAC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 19.22%
G = 44.68%
B = 36.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#4AAC8B (or 0x4AAC8B) is known color: Gossamer. HEX triplet: 4A, AC and 8B. RGB value is (74,172,139). Sum of RGB (Red+Green+Blue) = 74+172+139=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC8B is #B55374. Grayscale: #8A8A8A. Windows color (decimal): -11883381 or 9153610. OLE color: 9153610.

HSL color Cylindrical-coordinate representation of color #4AAC8B: hue angle of 159.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAC8B is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 172 139 -
CMYK 0.57 0 0.19 0.33
HSL 159.8º 0.4% 0.48% -
HSV(B) 159.8º 0.57% 0.67% -
XYZ 22.24 32.82 29.59 -
YUV 138.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 74 172 139 0.57 0 0.19 0.33 159.8 0.4 0.48
Hex 4A AC 8B 39 0 13 21 A0 28 30
Octal 112 254 213 71 0 23 41 240 50 60
Binary 1001010 10101100 10001011 111001 0 10011 100001 10100000 101000 110000

Color Harmonies of #4AAC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAC8B

Black with #4AAC8B

Text Example


Text Example

White with #4AAC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,172,139); }

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

background-color css

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

 a { background-color: rgb(74,172,139); }

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

border-color css

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

 span { border-color: rgb(74,172,139); }

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