#3AA690

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

Shades of Gossamer #3AA690

Tints of Gossamer #3AA690

Color information

#3AA690 (or 0x3AA690) is unknown color: approx Gossamer. HEX triplet: 3A, A6 and 90. RGB value is (58,166,144). Sum of RGB (Red+Green+Blue) = 58+166+144=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA690 is #C5596F. Grayscale: #838383. Windows color (decimal): -12933488 or 9479738. OLE color: 9479738.

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

Color convert

RGB58166144-
CMYK0.6500.130.35
HSL167.78º48.21%43.92%-
HSV(B)167.78º65.06%65.1%-
XYZ20.4230.1931.14-
YUV131.2135.2275.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.76%
GREEN value IS 166 (65.23% from 255) = 45.11%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=15.76%
G=45.11%
B=39.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581661440.6500.130.35167.7848.2143.92
Hex3AA690410D23a8302c
Octal72246220101015432506054
Binary111010101001101001000010000010110110001110101000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,166,144); }

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

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

 a { background-color: rgb(58,166,144); }

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

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

 span { border-color: rgb(58,166,144); }

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