#4AAE8E

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

Shades of Gossamer #4AAE8E

Tints of Gossamer #4AAE8E

Color information

#4AAE8E (or 0x4AAE8E) is unknown color: approx Gossamer. HEX triplet: 4A, AE and 8E. RGB value is (74,174,142). Sum of RGB (Red+Green+Blue) = 74+174+142=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE8E is #B55171. Grayscale: #8C8C8C. Windows color (decimal): -11882866 or 9350730. OLE color: 9350730.

HSL color Cylindrical-coordinate representation of color #4AAE8E: hue angle of 160.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE8E is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB74174142-
CMYK0.5700.180.32
HSL160.8º40.32%48.63%-
HSV(B)160.8º57.47%68.24%-
XYZ22.8433.6830.89-
YUV140.45128.8780.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.97%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=18.97%
G=44.62%
B=36.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741741420.5700.180.32160.840.3248.63
Hex4AAE8E3901220a12831
Octal11225621671022402415061
Binary1001010101011101000111011100101001010000010100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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