#3AA499

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

Shades of Gossamer #3AA499

Tints of Gossamer #3AA499

Color information

#3AA499 (or 0x3AA499) is unknown color: approx Gossamer. HEX triplet: 3A, A4 and 99. RGB value is (58,164,153). Sum of RGB (Red+Green+Blue) = 58+164+153=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA499 is #C55B66. Grayscale: #828282. Windows color (decimal): -12933991 or 10069050. OLE color: 10069050.

HSL color Cylindrical-coordinate representation of color #3AA499: hue angle of 173.77º 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 #3AA499 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB58164153-
CMYK0.6500.070.36
HSL173.77º47.75%43.53%-
HSV(B)173.77º64.63%64.31%-
XYZ20.7729.7534.78-
YUV131.05140.3875.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.47%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=15.47%
G=43.73%
B=40.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581641530.6500.070.36173.7747.7543.53
Hex3AA499410724ae302c
Octal7224423110107442566054
Binary11101010100100100110011000001011110010010101110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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