#4AA08F

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

Shades of Gossamer #4AA08F

Tints of Gossamer #4AA08F

Color information

#4AA08F (or 0x4AA08F) is unknown color: approx Gossamer. HEX triplet: 4A, A0 and 8F. RGB value is (74,160,143). Sum of RGB (Red+Green+Blue) = 74+160+143=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA08F is #B55F70. Grayscale: #848484. Windows color (decimal): -11886449 or 9412682. OLE color: 9412682.

HSL color Cylindrical-coordinate representation of color #4AA08F: hue angle of 168.14º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA08F is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB74160143-
CMYK0.5400.110.37
HSL168.14º36.75%45.88%-
HSV(B)168.14º53.75%62.75%-
XYZ20.3528.5830.43-
YUV132.35134.0186.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.63%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=19.63%
G=42.44%
B=37.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal741601430.5400.110.37168.1436.7545.88
Hex4AA08F360B25a8252e
Octal11224021766013452504556
Binary100101010100000100011111101100101110010110101000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,160,143); }

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

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

 a { background-color: rgb(74,160,143); }

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

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

 span { border-color: rgb(74,160,143); }

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