#3AAC87

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

Shades of Gossamer #3AAC87

Tints of Gossamer #3AAC87

Color information

#3AAC87 (or 0x3AAC87) is unknown color: approx Gossamer. HEX triplet: 3A, AC and 87. RGB value is (58,172,135). Sum of RGB (Red+Green+Blue) = 58+172+135=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC87 is #C55378. Grayscale: #858585. Windows color (decimal): -12931961 or 8891450. OLE color: 8891450.

HSL color Cylindrical-coordinate representation of color #3AAC87: hue angle of 160.53º 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 #3AAC87 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB58172135-
CMYK0.6600.220.33
HSL160.53º49.57%45.1%-
HSV(B)160.53º66.28%67.45%-
XYZ20.8732.1528.03-
YUV133.7128.7374.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=15.89%
G=47.12%
B=36.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581721350.6600.220.33160.5349.5745.1
Hex3AAC874201621a1322d
Octal72254207102026412416255
Binary1110101010110010000111100001001011010000110100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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