#4AAF8A

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

Shades of Gossamer #4AAF8A

Tints of Gossamer #4AAF8A

Color information

#4AAF8A (or 0x4AAF8A) is unknown color: approx Gossamer. HEX triplet: 4A, AF and 8A. RGB value is (74,175,138). Sum of RGB (Red+Green+Blue) = 74+175+138=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF8A is #B55075. Grayscale: #8C8C8C. Windows color (decimal): -11882614 or 9088842. OLE color: 9088842.

HSL color Cylindrical-coordinate representation of color #4AAF8A: hue angle of 158.02º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF8A is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB74175138-
CMYK0.5800.210.31
HSL158.02º40.56%48.82%-
HSV(B)158.02º57.71%68.63%-
XYZ22.7433.9529.4-
YUV140.58126.5480.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.12%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=19.12%
G=45.22%
B=35.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741751380.5800.210.31158.0240.5648.82
Hex4AAF8A3A0151F9e2931
Octal11225721272025372365161
Binary100101010101111100010101110100101011111110011110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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