#3AA489

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

Shades of Gossamer #3AA489

Tints of Gossamer #3AA489

Color information

#3AA489 (or 0x3AA489) is unknown color: approx Gossamer. HEX triplet: 3A, A4 and 89. RGB value is (58,164,137). Sum of RGB (Red+Green+Blue) = 58+164+137=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA489 is #C55B76. Grayscale: #818181. Windows color (decimal): -12934007 or 9020474. OLE color: 9020474.

HSL color Cylindrical-coordinate representation of color #3AA489: hue angle of 164.72º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA489 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB58164137-
CMYK0.6500.160.36
HSL164.72º47.75%43.53%-
HSV(B)164.72º64.63%64.31%-
XYZ19.5429.2628.28-
YUV129.23132.3877.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.16%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=16.16%
G=45.68%
B=38.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581641370.6500.160.36164.7247.7543.53
Hex3AA4894101024a5302c
Octal72244211101020442456054
Binary1110101010010010001001100000101000010010010100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA489; }

 p { color: rgb(58,164,137); }

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

<style>
 a { background-color: #3AA489; }

 a { background-color: rgb(58,164,137); }

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

<style>
 span { border-color: #3AA489; }

 span { border-color: rgb(58,164,137); }

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