#3AAF82

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

Shades of Gossamer #3AAF82

Tints of Gossamer #3AAF82

Color information

#3AAF82 (or 0x3AAF82) is unknown color: approx Gossamer. HEX triplet: 3A, AF and 82. RGB value is (58,175,130). Sum of RGB (Red+Green+Blue) = 58+175+130=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF82 is #C5507D. Grayscale: #868686. Windows color (decimal): -12931198 or 8564538. OLE color: 8564538.

HSL color Cylindrical-coordinate representation of color #3AAF82: hue angle of 156.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF82 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB58175130-
CMYK0.6700.260.31
HSL156.92º50.21%45.69%-
HSV(B)156.92º66.86%68.63%-
XYZ21.133.1726.41-
YUV134.89125.2473.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=15.98%
G=48.21%
B=35.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581751300.6700.260.31156.9250.2145.69
Hex3AAF824301A1F9d322e
Octal72257202103032372356256
Binary111010101011111000001010000110110101111110011101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,175,130); }

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

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

 a { background-color: rgb(58,175,130); }

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

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

 span { border-color: rgb(58,175,130); }

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