#3AAC90

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

Shades of Gossamer #3AAC90

Tints of Gossamer #3AAC90

Color information

#3AAC90 (or 0x3AAC90) is unknown color: approx Gossamer. HEX triplet: 3A, AC and 90. RGB value is (58,172,144). Sum of RGB (Red+Green+Blue) = 58+172+144=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC90 is #C5536F. Grayscale: #868686. Windows color (decimal): -12931952 or 9481274. OLE color: 9481274.

HSL color Cylindrical-coordinate representation of color #3AAC90: hue angle of 165.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAC90 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB58172144-
CMYK0.6600.160.33
HSL165.26º49.57%45.1%-
HSV(B)165.26º66.28%67.45%-
XYZ21.5332.4231.51-
YUV134.72133.2373.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.51%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=15.51%
G=45.99%
B=38.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581721440.6600.160.33165.2649.5745.1
Hex3AAC904201021a5322d
Octal72254220102020412456255
Binary1110101010110010010000100001001000010000110100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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