#4aac8a

Color #4AAC8A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4AAC8A

Tints of Gossamer #4AAC8A

Color information

#4AAC8A (or 0x4AAC8A) is unknown color: approx Gossamer. HEX triplet: 4A, AC and 8A. RGB value is (74,172,138). Sum of RGB (Red+Green+Blue) = 74+172+138=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC8A is #B55375. Grayscale: #8A8A8A. Windows color (decimal): -11883382 or 9088074. OLE color: 9088074.

HSL color Cylindrical-coordinate representation of color #4AAC8A: hue angle of 159.18º 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 #4AAC8A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB74172138-
CMYK0.5700.200.33
HSL159.18º39.84%48.24%-
HSV(B)159.18º56.98%67.45%-
XYZ22.1632.829.21-
YUV138.82127.5381.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.27%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=19.27%
G=44.79%
B=35.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741721380.5700.200.33159.1839.8448.24
Hex4AAC8A39014219f2830
Octal11225421271024412375060
Binary1001010101011001000101011100101010010000110011111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4aac8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4aac8a;
 }
 .AnyTagClassName
 {
   color: #4aac8a;
 }
</style>
background-color css

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

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

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

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

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

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