#4AA28E

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

Shades of Gossamer #4AA28E

Tints of Gossamer #4AA28E

Color information

#4AA28E (or 0x4AA28E) is unknown color: approx Gossamer. HEX triplet: 4A, A2 and 8E. RGB value is (74,162,142). Sum of RGB (Red+Green+Blue) = 74+162+142=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA28E is #B55D71. Grayscale: #858585. Windows color (decimal): -11885938 or 9347658. OLE color: 9347658.

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

Color convert

RGB74162142-
CMYK0.5400.120.36
HSL166.36º37.29%46.27%-
HSV(B)166.36º54.32%63.53%-
XYZ20.6329.2530.15-
YUV133.41132.8585.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.58%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=19.58%
G=42.86%
B=37.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741621420.5400.120.36166.3637.2946.27
Hex4AA28E360C24a6252e
Octal11224221666014442464556
Binary100101010100010100011101101100110010010010100110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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